A Sandcastle Documented Class Library
FilesDeleteFile Method |
Delete the file
Namespace: NSG.Library.Helpers
Assembly: NSG.Library.Helpers (in NSG.Library.Helpers.dll) Version: 1.0.1.17 (1.0.1.17)
Syntax
public static void DeleteFile( string fullFilePathAndName )
Public Shared Sub DeleteFile ( fullFilePathAndName As String )
public: static void DeleteFile( String^ fullFilePathAndName )
static member DeleteFile : fullFilePathAndName : string -> unit
Parameters
- fullFilePathAndName
- Type: SystemString
full path and file name
See Also