core/src/commands.h
changeset 26 5d370dafea69
parent 7 184a1eb85cf2
child 51 3ad902ef5222
equal deleted inserted replaced
25:482757737e59 26:5d370dafea69
   194 private:
   194 private:
   195 	RArray<TFileName2> iFileNames;
   195 	RArray<TFileName2> iFileNames;
   196 	CFileMan* iFileMan;
   196 	CFileMan* iFileMan;
   197 	TBool iRecurse;
   197 	TBool iRecurse;
   198 	TBool iForce;
   198 	TBool iForce;
       
   199 	RPointerArray<HBufC> iNonExpandedFilenames; // This is to prevent the normal behaviour of fshell expanding a '*' in iFileNames, in the case where the number of matches would be huge
   199 	};
   200 	};
   200 
   201 
   201 
   202 
   202 class CCmdCp : public CCommandBase
   203 class CCmdCp : public CCommandBase
   203 	{
   204 	{