<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > FTP (File Transfer Profotol) > FTP_DelFile |
Description
Delete a file from an FTP server
Syntax
n = FTP_DelFile(sFileName)
Returns
Number
A value < 0 indicates an error. Use FTP_GetErrorString to get info about the error
Parameters
Name |
Type |
Optional |
Meaning |
sFileName |
String |
No |
Name of the file to be deleted |
Remarks
Restrictions
See also
Examples