MnUtils Class Reference

class MnUtils

This class contains internal utils for the subsystem

Public Member Functions
IMPORT_C void FindLocalizedResourceFileL ( RFs &, const TDesC &, TFileName &)
IMPORT_C void FindResourceFileL ( RFs &, const TDesC &, TFileName &)

Member Functions Documentation

FindLocalizedResourceFileL(RFs &, const TDesC &, TFileName &)

IMPORT_C void FindLocalizedResourceFileL ( RFs & aFsSession,
const TDesC & aRscFile,
TFileName & aFileName
) [static]
Looks for localized version of specified resource file on all available drives
leave
KErrNotFound if file is not found on any drives

Parameters

RFs & aFsSession opened session with File Server
const TDesC & aRscFile z: -based name of SC file
TFileName & aFileName filename of localized version of SC file or SC filename if not found

FindResourceFileL(RFs &, const TDesC &, TFileName &)

IMPORT_C void FindResourceFileL ( RFs & aFsSession,
const TDesC & aFilePathAndName,
TFileName & aRscFile
) [static]
Looks for specified resource file on all available drives on all available drives
leave
KErrNotFound if file is not found on any drives

Parameters

RFs & aFsSession opened session with File Server
const TDesC & aFilePathAndName path and name of resource file
TFileName & aRscFile