diff -r 5181328fad28 -r efe289f793e7 filemanager/Engine/inc/CFileManagerEngine.h --- a/filemanager/Engine/inc/CFileManagerEngine.h Tue May 11 16:01:48 2010 +0300 +++ b/filemanager/Engine/inc/CFileManagerEngine.h Tue May 25 12:28:34 2010 +0300 @@ -718,6 +718,14 @@ */ IMPORT_C void DeleteBackupsL(); + /** + * Check if a drive is mounted + * @Param aDrive The target drive to check + * @Return TBool to indicate check result + * @since 5.2 + */ + IMPORT_C TBool IsDriverMounted( TInt aDrive ); + public: /**