C# Class AGS.Editor.Utils.AlternateStreams

Datei anzeigen Open project: adventuregamestudio/ags

Public Methods

Method Description
DeleteZoneIdentifier ( string path ) : bool
GetZoneIdentifier ( string path ) : uint

Private Methods

Method Description
CreateFile ( string lpFileName, uint dwDesiredAccess, uint dwShareMode, IntPtr lpSecurityAttributes, uint dwCreationDisposition, uint dwFlagsAndAttributes, IntPtr hTemplateFile ) : SafeFileHandle
DeleteAlternateStream ( string path, string streamName ) : bool
DeleteFile ( string name ) : bool
GetSafeFileHandle ( string path, string streamName ) : SafeFileHandle
ReadTextFromAlternateStream ( string path, string streamName ) : string[]

Method Details

DeleteZoneIdentifier() public static method

public static DeleteZoneIdentifier ( string path ) : bool
path string
return bool

GetZoneIdentifier() public static method

public static GetZoneIdentifier ( string path ) : uint
path string
return uint