Sets the current directory
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static void SetCurrentDirectory( string path ) |
Visual Basic |
---|
Public Shared Sub SetCurrentDirectory ( _ path As String _ ) |
Visual C++ |
---|
public: static void SetCurrentDirectory( String^ path ) |
Parameters
- path
- Type: System..::..String
Path to new current directory.