VFileInfo.Create Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
Create()
Method returns read/write instance of the VFile
Declaration
public VFileStream Create()
Returns
Type | Description |
---|---|
VFile |
A read/write instance of the VFile |
Remarks
Method creates the file if it does not exist. When the file exists then the content of the existing file is truncated.