diff -r df16950e242e -r a581f3c08c9a core/builtins/rm.cif --- a/core/builtins/rm.cif Sat Jul 31 21:32:20 2010 +0100 +++ b/core/builtins/rm.cif Wed Aug 25 21:19: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.