Removes a file from the current directory elements list.

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

Syntax

C#
public bool RemoveElement(
	FileInfo fileToRemove
)
Visual Basic
Public Function RemoveElement ( _
	fileToRemove As FileInfo _
) As Boolean
Visual C++
public:
bool RemoveElement(
	FileInfo^ fileToRemove
)

Parameters

fileToRemove
Type: System.IO..::..FileInfo
The file to remove.

Return Value

True, if the element was correctly removed.

See Also