Ninja Database Lite
DeleteFile Method (IStorage)



KellermanSoftware.NinjaDatabaseLite Namespace > IStorage Interface : DeleteFile Method
Delete a file in the storage database
Syntax
Sub DeleteFile( _
   ByVal file As String _
) 
Dim instance As IStorage
Dim file As String
 
instance.DeleteFile(file)
void DeleteFile( 
   string file
)
void DeleteFile( 
   String^ file
) 

Parameters

file
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IStorage Interface
IStorage Members