FILE DELETE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[:Category:External_File_Handling|{{Up}}]] | [[:Category:External_File_Handling|{{Up}}]] | ||
{{Command|syntax=FILE_DELETE | {{Command|syntax=FILE_DELETE <filename> | ||
|description=Delete a file. | |description=Delete a file. | ||
|param1=|param1_desc= {{ | |param1=|param1_desc={{filename}} | ||
}} | }} |
Revision as of 23:47, 18 August 2010
Command
- FILE_DELETE <filename>
Delete a file.
Parameters
- Filename as either text in double quotes, or a text variable.
- If the filename does not contain full path information, then the file will be opened in the same folder as the macro.
Example
- FILE_DELETE
- For an example macro see Global_Local