AGS.Editor.Utils.AlternateStreams.DeleteZoneIdentifier C# (CSharp) Метод

DeleteZoneIdentifier() публичный статический Метод

public static DeleteZoneIdentifier ( string path ) : bool
path string
Результат bool
        public static bool DeleteZoneIdentifier(string path)
        {
            return DeleteAlternateStream(path, "Zone.Identifier");
        }