Microsoft Internet Security and Acceleration Server 2000

FPCDiskDrive.FileSystem Property

Gets the name of the file system.

VBScript Syntax[VBScript]

[ sName = ] FPCDiskDrive.FileSystem

C++ Syntax[C++]

HRESULT get_FileSystem(
  BSTR *psName
);

Parameters

sName
String that specifies the name of the file system. For example, "FAT", "FAT32", or "NTFS".

The property is read-only.

Applies To

FPCDiskDrive