Table of Contents

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

filePath string

The 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

path string

The path to the file or folder to delete.