core/builtins/rm.cif
changeset 26 5d370dafea69
parent 0 7f656887cf89
child 66 2a78c4ff2eab
equal deleted inserted replaced
25:482757737e59 26:5d370dafea69
    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