Get your own free workspace
View
 

DeleteFile

Page history last edited by Gamemaster 3 years, 9 months ago

 

 

DeleteFile

Usage:

                DeleteFile(Name)

Description:

The DeleteFile command permanently deletes a file from the Data\Server Data\Script Files\ folder.

The Name parameter is the filename (e.g. "Data" or "MyFile.txt").

Example:

                Function Main()
                        DeleteFile("Test.txt")
                        Return()

                End Function

Comments (0)

You don't have permission to comment on this page.