Interface IFSWin
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for Windows-specific file system operations handling locked files.
public interface IFSWin
- Extension Methods
Methods
DeleteFileMaybeLocked(string)
Deletes a file even if it is locked by another process.
void DeleteFileMaybeLocked(string filePath)
Parameters
filePathstringThe path to the file to delete.
DeleteFileOrFolderMaybeLocked(string)
Deletes a file or folder even if it is locked by another process.
void DeleteFileOrFolderMaybeLocked(string path)
Parameters
pathstringThe path to the file or folder to delete.