core/builtins/rm.cif
changeset 42 a581f3c08c9a
parent 26 5d370dafea69
child 75 3c3961c1ae26
equal deleted inserted replaced
41:df16950e242e 42:a581f3c08c9a
    26 
    26 
    27 ==option bool f force
    27 ==option bool f force
    28 
    28 
    29 Force delete the file even if it is read-only (won't allow you to delete a directory containing read-only files).
    29 Force delete the file even if it is read-only (won't allow you to delete a directory containing read-only files).
    30 
    30 
       
    31 ==option string n noexpand multiple
       
    32 
       
    33 This option takes a filename similar to the C<filename> 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<rm *> fails with KErrNoMemory. In this case, try doing C<rm --noexpand *> instead.
       
    34 
    31 ==copyright
    35 ==copyright
    32 
    36 
    33 Copyright (c) 2006-2010 Accenture. All rights reserved.
    37 Copyright (c) 2006-2010 Accenture. All rights reserved.
    34 
    38