userlibandfileserver/fileserver/inc/f32file.h
changeset 247 d8d70de2bd36
parent 152 657f875b013e
equal deleted inserted replaced
201:43365a9b78a3 247:d8d70de2bd36
  2940 	IMPORT_C TInt RmDir(const TDesC& aDirName,TRequestStatus& aStatus);
  2940 	IMPORT_C TInt RmDir(const TDesC& aDirName,TRequestStatus& aStatus);
  2941 	IMPORT_C TInt Copy(const RFile& anOld,const TDesC& aNew,TUint aSwitches=EOverWrite);
  2941 	IMPORT_C TInt Copy(const RFile& anOld,const TDesC& aNew,TUint aSwitches=EOverWrite);
  2942 	IMPORT_C TInt Copy(const RFile& anOld,const TDesC& aNew,TUint aSwitches,TRequestStatus& aStatus);
  2942 	IMPORT_C TInt Copy(const RFile& anOld,const TDesC& aNew,TUint aSwitches,TRequestStatus& aStatus);
  2943 protected:
  2943 protected:
  2944 	CFileMan(RFs& aFs);
  2944 	CFileMan(RFs& aFs);
  2945 	TInt RenameInvalidEntry(const TDesC& anOld,const TDesC& aNew,TUint aSwitch=EOverWrite);
       
  2946 private:
  2945 private:
  2947 	/**
  2946 	/**
  2948 	This is an internal enumeration for CFileMan implementation. 
  2947 	This is an internal enumeration for CFileMan implementation. 
  2949 	THis enumeration is mapped into TAction when user wants to identify the current
  2948 	THis enumeration is mapped into TAction when user wants to identify the current
  2950 	task of CFileMan by CurrentAction().
  2949 	task of CFileMan by CurrentAction().