Remove_Directory

See Also: File_Exist, Get_Directory, Make_Directory, Make_Temp_File, Valid_Drive

Purpose

To delete a disk folder.

Syntax

Remove_Directory {folder}

What It Does

The Remove_Directory command deletes the folder specified in the {folder} argument.

Example

Remove_Directory "k:\accounting\data"

In this example, the data subfolder will be removed from the k:\accounting folder.

Notes