#include <mw/coeutils.h>
Link against: cone.lib
class ConeUtils |
Public Member Functions | |
---|---|
IMPORT_C void | EnsurePathExistsL(const TPtrC &) |
IMPORT_C TBool | FileExists(const TDesC &) |
Provides file and path utility functions.
IMPORT_C void | EnsurePathExistsL | ( | const TPtrC & | aFileName | ) | [static] |
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.
See also: RFs::MkDirAll() BaflUtils::EnsurePathExistsL()
Parameters | |
---|---|
aFileName | The full path name to create. Any file name is ignored and may be omitted. |