Removes a file.

Namespace: MonoSoftware.MonoX.FileSystem
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string RemoveFile(
	string path
)
Visual Basic
Public Function RemoveFile ( 
	path As String
) As String
Visual C++
public:
virtual String^ RemoveFile(
	String^ path
) sealed
F#
abstract RemoveFile : 
        path : string -> string 
override RemoveFile : 
        path : string -> string 

Parameters

path
Type: System..::..String
File path.

Return Value

Type: String
Empty string if operation successfull, error message otherwise.

Implements

IFileContentProvider..::..RemoveFile(String)

See Also