31 lines
750 B
XML
31 lines
750 B
XML
<?xml version='1.0' ?>
|
|
|
|
<Plugin id='31332'>
|
|
|
|
<Command id='16' name='del'>
|
|
|
|
<Help>Deletes the files that match the given pattern within the given path.</Help>
|
|
|
|
<Input>
|
|
<Argument name='mask' optional='false' data='mask'>
|
|
<Help>This can be a file name or a file mask.</Help>
|
|
</Argument>
|
|
|
|
|
|
<Option name='path' optional='true'>
|
|
<Argument name='pathname' data='path'/>
|
|
<Help>Do the delete from a directory other than the current one.</Help>
|
|
<Help>Not valid if the path was specified in 'mask'</Help>
|
|
</Option>
|
|
|
|
|
|
</Input>
|
|
|
|
<Output>
|
|
<Data name='mask' type='string' default='*'/>
|
|
<Data name='path' type='string' default=''/>
|
|
</Output>
|
|
|
|
</Command>
|
|
|
|
</Plugin>
|