AGS.Editor.Utils.AlternateStreams.DeleteZoneIdentifier C# (CSharp) Method

DeleteZoneIdentifier() public static method

public static DeleteZoneIdentifier ( string path ) : bool
path string
return bool
        public static bool DeleteZoneIdentifier(string path)
        {
            return DeleteAlternateStream(path, "Zone.Identifier");
        }