summaryM:DotNetNuke.Services.FileSystem.Internal.IFile.Delete(System.String)

Namespace: DotNetNuke.Services.FileSystem.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
void Delete(
	string path
)
Visual Basic
Sub Delete ( 
	path As String
)

Parameters

path
Type: System..::..String
parampathM:DotNetNuke.Services.FileSystem.Internal.IFile.Delete(System.String)

See Also