BB FlashBack SDK: FBVDisk

CopyExternalFileToVFile

Description

Copies an external file on a physical disk to a virtual file in this virtual disk. The virtual file must have been previously created with a call to FBVDisk::CreateFile.

Syntax

[C#/C++]
public long CopyExternalFileToVFile (String sExtFileName, String sVFileName);

[VB.NET]
Public Function CopyExternalFileToVFile (ByVal sExtFileName As String, ByVal sVFileName As String) As Long

Parameters

sExtFileName - filename of the external, physical file to be copied.

sVFileName - filename of the virtual file that is to receive the contents of the external file.

See Also

FBVDisk::CreateFile