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

◆ CreateDirectory() [2/2]

static bool Interop.Kernel32.CreateDirectory ( string path,
ref SECURITY_ATTRIBUTES lpSecurityAttributes )
inlinestaticpackage

Definition at line 726 of file Interop.cs.

727 {
729 return CreateDirectoryPrivate(path, ref lpSecurityAttributes);
730 }
static bool CreateDirectoryPrivate(string path, ref SECURITY_ATTRIBUTES lpSecurityAttributes)
static string EnsureExtendedPrefix(string path)

References Interop.Kernel32.CreateDirectoryPrivate(), and System.IO.PathInternal.EnsureExtendedPrefix().