Setcurrentdirectory
[DllImport("Kernel32.dll", CharSet = CharSet.Unicode, SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool SetCurrentDirectory(string lpPathName
);
Microsoft documentation: Link
Last updated
[DllImport("Kernel32.dll", CharSet = CharSet.Unicode, SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool SetCurrentDirectory(string lpPathName
);
Microsoft documentation: Link
Last updated