TemporaryFileHelper.TryDelete method

namespace: Serenity.IO   assemblySerenity.Net.Core

Tries to delete a file with given path.

public static void TryDelete(string filePath)
parameter description
filePath File to be deleted (can be null).

See Also