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

◆ FileSystemSecurity() [2/3]

System.Security.AccessControl.FileSystemSecurity.FileSystemSecurity ( bool isContainer,
string name,
AccessControlSections includeSections,
bool isDirectory )
inlinepackage

Definition at line 21 of file FileSystemSecurity.cs.

22 : base(isContainer, ResourceType.FileObject, System.IO.PathInternal.EnsureExtendedPrefixIfNeeded(Path.GetFullPath(name)), includeSections, _HandleErrorCode, isDirectory)
23 {
24 }
static string EnsureExtendedPrefixIfNeeded(string path)
static string GetFullPath(string path)
Definition Path.cs:881
static Exception _HandleErrorCode(int errorCode, string name, SafeHandle handle, object context)