GetDriveType
[DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Unicode)][return: MarshalAs(UnmanagedType.U4)]
public static extern uint GetDriveType(
string lpRootPathName
);
Microsoft documentation: Link
Last updated
[DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Unicode)][return: MarshalAs(UnmanagedType.U4)]
public static extern uint GetDriveType(
string lpRootPathName
);
Microsoft documentation: Link
Last updated