|
IndexedFile Constructor |
Namespace: DrawerBackup.Client.FileSystemAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic IndexedFile(
string file
)
Public Sub New (
file As String
)
public:
IndexedFile(
String^ file
)
new :
file : string -> IndexedFile
Parameters
- file
- Type: SystemString
See Also