AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkDirectory.DeleteFolder Method

Deletes a folder at the current path. This is determined by CurrentFolder.

Syntax
Pascal
class procedure DeleteFolder(const Name: String); static;
Parameters 
Description 
const Name: String 
the name of the folder to delete. 

The folder must be empty for this command to succeed.

Copyright (c) 2012. All rights reserved.