Class FileUtils
Contains static methods related to files.
public static class FileUtils
- Inheritance
-
FileUtils
Methods
- DeleteBinObjFiles(string)
Deletes all files in the 'bin' and 'obj' subfolders of the specified solution folder.
- FindFileRecursiveInAppFolder(string, string?)
Returns the full file name that match a search pattern in the application folder. Searches in all subdirectories.
- FindFirstFile(string, string, SearchOption)
Returns the full file name that match a search pattern in a specified path, and optionally searches subdirectories.