IFile
Represents an abstract wrapper for the File class.
Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Counts the number of lines in the file specified by the provided path.
Creates or overwrites a file in the specified path.
Creates or overwrites a file in the specified path.
Creates or overwrites a file in the specified path.
Creates or opens a file for writing UTF-8 encoded text.
Deletes the specified file.
Determines whether the specified file exists.
Gets the size of the file.
Moves a specified file to a new location, providing the option to specify a new file name.
Opens a text file, reads all lines of the file, and then closes the file.
Reopens a file stream and truncates the stream to the specified length.