BB FlashBack SDK: FBVDisk

GetFile

Description

Returns the name of a virtual file, given its index.

Syntax

[C#/C++]
public String GetFile (long lIndex)

[VB.NET]
Public Function GetFile (ByVal lIndex As Long) As String

Parameters

lIndex : Index of a virtual file.

Return Values

If the index given is out of range, the return value is an empty string.

If the function succeeds, the return value is the name of the virtual file.