Delete file

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public bool DeleteFile(
	string absolutePath
)
Visual Basic
Public Function DeleteFile ( _
	absolutePath As String _
) As Boolean
Visual C++
public:
bool DeleteFile(
	String^ absolutePath
)

Parameters

absolutePath
Type: System..::..String
Absolute path of file to delete

Return Value

True if file was actually deleted

See Also