Sets the current directory
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
void SetCurrentDirectory( string path ) |
| Visual Basic |
|---|
Sub SetCurrentDirectory ( _ path As String _ ) |
| Visual C++ |
|---|
void SetCurrentDirectory( String^ path ) |
Parameters
- path
- Type: System..::..String
Path to new current directory.