Ninja Database Lite
DeleteFile Method (IsolatedStorageDatabase)



KellermanSoftware.NinjaDatabaseLite Namespace > IsolatedStorageDatabase Class : DeleteFile Method
Delete a file specified by the filepath
Syntax
Public Sub DeleteFile( _
   ByVal file As String _
) 
Dim instance As IsolatedStorageDatabase
Dim file As String
 
instance.DeleteFile(file)
public void DeleteFile( 
   string file
)
public:
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

IsolatedStorageDatabase Class
IsolatedStorageDatabase Members