IFileSystemImage3Exists Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax FsiItemType Exists(
string FullPath
)
Function Exists (
FullPath As String
) As FsiItemType
Dim instance As IFileSystemImage3
Dim FullPath As String
Dim returnValue As FsiItemType
returnValue = instance.Exists(FullPath)
abstract Exists :
FullPath : string -> FsiItemType
FsiItemType Exists(
String FullPath
)
function Exists(
FullPath : String
) : FsiItemType
function Exists(FullPath);
Parameters
- FullPath
- Type: SystemString
Return Value
Type:
FsiItemTypeSee Also