Class FileService
Provides file-related operations.
public class FileService : IFileService
- Inheritance
-
FileService
- Implements
Methods
- CleanReadOnlyFolder()
Cleans up the read-only folder by deleting all files and subfolders.
- GetReadOnlyFolderPath(bool)
Gets the path of the read-only folder.
- GetReadOnlyTempFile(string, bool)
Gets the path of a read-only temporary file.
- GetTempFile(string)
Gets the path of a temporary file.