menufw/hierarchynavigator/hnmetadatamodel/inc/hnutils.h
branchRCL_3
changeset 26 1b758917cafc
parent 0 f72a12da539e
equal deleted inserted replaced
25:137ebc85284b 26:1b758917cafc
    59     * @param aPath Path to a file.
    59     * @param aPath Path to a file.
    60     * @return Buffer.
    60     * @return Buffer.
    61     */    
    61     */    
    62     IMPORT_C static HBufC8* ReadFileL(const TDesC& aPath);
    62     IMPORT_C static HBufC8* ReadFileL(const TDesC& aPath);
    63     
    63     
    64    /**
       
    65     * Locates file.
       
    66     *
       
    67     * @since S60 v3.0
       
    68     * @param aFile File name.
       
    69     * @return File path.
       
    70     */
       
    71     IMPORT_C static HBufC* LocateFileLC( const TDesC& aFile );
       
    72     
       
    73     /**
    64     /**
    74      * Locates nearest Language file.
    65      * Locates nearest Language file.
    75      *
    66      *
    76      * @since S60 v3.0
    67      * @since S60 v3.0
    77      * @param aFile File name.
    68      * @param aFile File name.