Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: f32file.h

Path and drive constants

Support

Supported from 5.0


KDefaultDrive

const TInt KDefaultDrive

Description

The session default drive (= KMaxTInt)

[Top]


KMaxDrives

const TInt KMaxDrives

Description

The maximum number of available drives.

[Top]


KDriveAbsent

const TInt KDriveAbsent

Description

Indicates a drive letter which is not in use. Useful when scanning drive list to find which drives are available.

[Top]


KMaxDriveName

const TInt KMaxDriveName

Description

The maximum length of a drivename. Sufficient for a drive letter and colon.

[Top]


KFileServerDefaultMessageSlots

const TInt KFileServerDefaultMessageSlots

Description

The number of message slots represents the number of operations that can be outstanding at once. The default value of four slots allows an asynchronous read, write, and another operation to be outstanding at the same time, and a spare slot for a cancel.

[Top]


KPathDelimiter

const TInt KPathDelimiter

Description

The character used to separate directories in the path name.

[Top]


KDriveDelimiter

const TInt KDriveDelimiter

Description

The character used to separate the drive letter from the path.

[Top]


KExtDelimiter

const TInt KExtDelimiter

Description

The character used to separate the filename from the extension.

[Top]


KEntryArraySize

const TInt KEntryArraySize

Description

The size of the array of TEntrys contained in an instance ofTEntryArray (= 512 entries).