Microsoft.Win32.Win32Native.SetCurrentDirectory C# (CSharp) Method

SetCurrentDirectory() private method

private SetCurrentDirectory ( String path ) : bool
path String
return bool
        internal static extern bool SetCurrentDirectory(String path);