Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 488 Bytes

file.remove.md

File metadata and controls

21 lines (16 loc) · 488 Bytes

file.remove

The remove function is established to delete a file or folder.

Sample

	file.remove("myFolder/myFile.txt");
	file.remove("yourFolder");

API

CallingReturning
file . remove ( path )
ParametersTypeDescription
pathStringThe relative file or folder path which will be deleted.