Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


File names

The file server presents a DOS-like file system with long file names. For compatibility with traditional DOS filenames, an extension is recognised on names with appropriate formats.

When creating a file or directory note the following restrictions which apply to the path and its components.

The file server does not use . and .. to mean current directory and parent directory respectively. If required, these must be implemented by higher-level code. The TParseBase class provides filename parsing and manipulation functions.

The function RFs::IsValidName() tells you whether a path name is valid or not.