#include <mw/coeutils.h>
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.
Parameter | Description |
---|---|
aFileName | The full path name to create. Any file name is ignored and may be omitted. |
Tests whether a file exists.
See also: BaflUtils::FileExists()
Parameter | Description |
---|---|
aFileName | The file name to check. |
Returns: ETrue if the file exists, EFalse if it doesn't.