libraries/iosrv/inc/ioutils.h
changeset 42 e81b4e28b3e2
parent 37 534b01198c2d
child 66 2a78c4ff2eab
equal deleted inserted replaced
41:4a2ffd3562a3 42:e81b4e28b3e2
   184 	IMPORT_C TBool IsDirL(RFs& aFs) const;
   184 	IMPORT_C TBool IsDirL(RFs& aFs) const;
   185 	IMPORT_C TBool IsArchiveL(RFs& aFs) const;
   185 	IMPORT_C TBool IsArchiveL(RFs& aFs) const;
   186 	IMPORT_C void SetIsDirectoryL(); // Ensure the descriptor ends in a slash
   186 	IMPORT_C void SetIsDirectoryL(); // Ensure the descriptor ends in a slash
   187 	IMPORT_C TInt FindFile(RFs& aFs);
   187 	IMPORT_C TInt FindFile(RFs& aFs);
   188 	IMPORT_C void FindFileL(RFs& aFs);
   188 	IMPORT_C void FindFileL(RFs& aFs);
       
   189 	IMPORT_C void Normalize(RFs& aFs);
   189 private:
   190 private:
   190 	void CheckSpaceL(TInt aLengthToAdd) const;
   191 	void CheckSpaceL(TInt aLengthToAdd) const;
   191 private:
   192 private:
   192 	TType iType;
   193 	TType iType;
   193 	};
   194 	};