4 references to EnsureExtendedPrefix
mscorlib (4)
system\io\longpath.cs (3)
565
r = Win32Native.CreateDirectory(PathInternal.
EnsureExtendedPrefix
(name), secAttrs);
652
String tempSourceDirName = PathInternal.
EnsureExtendedPrefix
(sourceDirName);
653
String tempDestDirName = PathInternal.
EnsureExtendedPrefix
(destDirName);
system\io\path.cs (1)
958
return PathInternal.
EnsureExtendedPrefix
(path);