diff -r 482757737e59 -r 5d370dafea69 core/builtins/rm.cif --- a/core/builtins/rm.cif Thu Aug 05 12:06:56 2010 +0100 +++ b/core/builtins/rm.cif Fri Aug 06 17:00:19 2010 +0100 @@ -28,6 +28,10 @@ Force delete the file even if it is read-only (won't allow you to delete a directory containing read-only files). +==option string n noexpand multiple + +This option takes a filename similar to the C argument. The difference is that it doesn't attempt to expand wildcards and instead passes them straight through to CFileMan. This can be useful when a directory has a huge number of files and C fails with KErrNoMemory. In this case, try doing C instead. + ==copyright Copyright (c) 2006-2010 Accenture. All rights reserved.