f$FileRemove (f$DateiLöschen)
f$FileRemove (f$DateiLöschen)
Delete a file using its file name inclusive of path.
Please note that, when entering a path in the file name, the character "\" must be entered twice ("\\").
Syntax: | f$FileRemove( Filename ) | ||
| Argument | Type | Meaning |
| Filename | String | File name including path |
Result: | - |
| |
Example: | f$FileRemove( 'c:\\customers\\customer.txt' ) | ||