AttachmentsDeleteFile Method |
Delete files from application local folder
Namespace:
Unvired.Kernel.UWP.Attachment
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void DeleteFile(
string localPath
)
Public Shared Sub DeleteFile (
localPath As String
)
public:
static void DeleteFile(
String^ localPath
)
static member DeleteFile :
localPath : string -> unit
Parameters
- localPath
- Type: SystemString
Local path of the file to be deleted
See Also