BB FlashBack SDK: FBVDisk

FileExists

Description

Checks to see if the given filename corresponds to an existing virtual file.

Syntax

[C#/C++]
public Bool FileExists (String sFileName)

[VB.NET]
Public Function FileExists (ByVal sFileName As String) As Boolean

Parameters

sFileName : name of the virtual file.

Return Values

If the file exists, the return value is zero.

If the file does not exist, the return value is non-zero.