Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DeleteVolumeMountPoint()

static bool Interop.Kernel32.DeleteVolumeMountPoint ( string mountPoint)
inlinestaticpackage

Definition at line 759 of file Interop.cs.

760 {
761 mountPoint = PathInternal.EnsureExtendedPrefixIfNeeded(mountPoint);
762 return DeleteVolumeMountPointPrivate(mountPoint);
763 }
static bool DeleteVolumeMountPointPrivate(string mountPoint)
static string EnsureExtendedPrefixIfNeeded(string path)

References Interop.Kernel32.DeleteVolumeMountPointPrivate(), and System.IO.PathInternal.EnsureExtendedPrefixIfNeeded().

Referenced by System.IO.FileSystem.RemoveDirectoryRecursive().