IOMiscUtils EnsureFileEventuallyDeleted Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Deleted file if it exists - does not block until file is deleted, the behavior is up to the OS

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static void EnsureFileEventuallyDeleted(
	string fileName
)
See Also