deletefile
Delete a file.
func uint deletefile (
str name
)
str name
)
Parameters
name | The name of the file being deleted. |
Return value
If the function succeeds, the return value is 1. If the function fails, the return value is 0.
Related links | Source |