Windows.File.Delete
static function Delete(path: string): void;
static void Delete(string path);
static def Delete(path as string) as void
Parameters

path The name of the file to be deleted.
Description

Deletes the specified file.