Argentini.Halide.H3Storage.DeleteFiles C# (CSharp) Method

DeleteFiles() public static method

Deletes a single file immediately.
public static DeleteFiles ( string fileSpec ) : Int32
fileSpec string Web-formatted path with file name.
return System.Int32
        public static Int32 DeleteFiles(string fileSpec)
        {
            return DeleteFiles(fileSpec, "", 0, System.DateTime.Now);
        }

Same methods

H3Storage::DeleteFiles ( string path, string fileSpec ) : Int32
H3Storage::DeleteFiles ( string path, string filter, PathOptions options, System age ) : Int32
H3Storage::DeleteFiles ( string path, string fileSpec, bool includeSpecial ) : Int32