DeleteFileΒΆ

DeleteFile deletes an existing file.

bool = DeleteFile(ssFileName)

Return Value

bool is TRUE (1) if the file could be deleted, otherwise FALSE (0).

Parameters

ssFileName

ssFileName is the complete file name.

id-12584