Location:
coeutils.h
Link against: cone.lib
ConeUtils
Supported from 5.0
UI Control Framework utility functions.
Defined in ConeUtils
:
EnsurePathExistsL()
, FileExists()
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.
|
static TBool FileExists(const TDesC& aFileName);
Tests whether a file exists.
|
|