|
|
|
|
- Deleting a directory
- Deleting a directory (WEBDEV)
// -- Click code on BTN_DeleteDirectory // Declare the variables ResDeletion is boolean NameDirectoryPath is string // Select the directory NameDirectoryPath = fSelectDir("", "Select a directory", ... "Select the directory to delete") // Delete the selected directory ResDeletion = fRemoveDir(NameDirectoryPath, frRecursive) // Error? IF ResDeletion = True THEN Info("The directory was deleted") ELSE // Display the error message Error(ErrorInfo(errMessage)) END
Deleting a directory (WEBDEV)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|