AGS.Editor.Utils.AlternateStreams.DeleteZoneIdentifier C# (CSharp) Méthode

DeleteZoneIdentifier() public static méthode

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