The "vngen_file_delete" Function
Syntax#
| Argument | Type | Description |
|---|---|---|
filename | string | The complete filename of the target save file, including path and extension |
Description#
Physically removes the target file from the hard drive (if it exists) and returns true or false depending on if the operation was successful.
Note that this function will only delete files previously created by GameMaker Studio.

X1