equal
deleted
inserted
replaced
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 { |