ServiceModuleInfo.WithBaseDirectory(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the ServiceModuleInfo so that all relative paths in the will be combined with the supplied baseDirectory.
public void WithBaseDirectory (string baseDirectory);
member this.WithBaseDirectory : string -> unit
Public Sub WithBaseDirectory (baseDirectory As String)
Parameters
- baseDirectory
- String
The base directory to be used as the root of all relative paths.