Location:
coeutils.h
Link against: cone.lib
class ConeUtils;
Provides file and path utility functions.
Defined in ConeUtils
:
EnsurePathExistsL()
, FileExists()
static IMPORT_C TBool FileExists(const TDesC &aFileName);
Tests whether a file exists.
|
|
static IMPORT_C 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.
|