This article shows the use of QDir in the QT for S60.The QDir class provides access to directory structures and their contents.
A QDir is used to manipulate path names,access information regarding paths and files, and manipulate the underlying file system. It can also be used to access Qt's resource system.
A QDir can point to a file using either a relative or an absolute path. Absolute paths begin with the directory separator.Relative file names begin with a directory name or a file name and specify a path relative to the current directory.