Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

File.Delete

Declaration

public static void Delete(string path);

Parameters

path The name of the file to be deleted.

Description

Deletes the specified file.