|
||
class ConeUtils;
Provides file and path utility functions.
Defined in ConeUtils
:
EnsurePathExistsL(const TPtrC &)
Ensures a path exists.FileExists(const TDesC &)
Tests whether a file exists.IMPORT_C static TBool FileExists(const TDesC &aFileName);
Tests whether a file exists.
|
|
BaflUtils::FileExists(const RFs &,const TDesC &)
Checks if the specified file exists.IMPORT_C static void EnsurePathExistsL(const TPtrC &aFileName);
Ensures a path exists.
This function tests whether the path for the file given by aFileName exists, and creates it if it doesn't. The function does nothing if the path name already exists.
|
BaflUtils::EnsurePathExistsL(RFs &,const TDesC &)
Makes one or more directories, if they do not already exist.