Skip to content

TemporaryFileHelper.TryDeleteMarkedFiles method

Tries to delete all files in a folder that were marked for deletion by TryDeleteOrMark.

public static void TryDeleteMarkedFiles(string path, ITemporaryFileSystem? fileSystem = null)
parameter description
path The path of the marked files to be deleted.
fileSystem The file system to use, or null to use the physical file system.

See Also