FileUtility class

Provides helper methods for working with files.

public static class FileUtility

Public Members

name description
static Delete(…) Deletes the specified file, even if it is marked read-only.
static TryDelete(…) Attempts to delete the file at the specified path, returning true if successful.
static TryMove(…) Attempts to move the specified file to a new location, returning true if successful.

See Also