Skip to content

Directory_delete

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Description

Deletes the directory with the given name.

Parameters

Parameter Data Type Description
dname string The name of the directory to delete.

Return Values

integer: Returns whether the directory deletion was successful or not. Reasons for failure may include the directory already existing and the path being invalid.

Example Call

// Demonstrates deleting a folder in the working directory called "archivedata"
directory_delete(working_directory + "archivedata");

NOTOC

This is number 1

Clone this wiki locally