Interface IFileService
Represents a service for file operations.
public interface IFileService
Methods
- CleanReadOnlyFolder()
Cleans the read-only folder by deleting all files.
- GetReadOnlyFolderPath(bool)
Gets the path of the read-only folder.
- GetReadOnlyTempFile(string, bool)
Gets a read-only temporary file path with the specified extension.
- GetTempFile(string)
Gets a temporary file path with the specified extension.