This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
RmDir Statement Example
This example uses the
RmDir statement to remove an existing directory or folder.
' Assume that MYDIR is an empty directory or folder.
RmDir
"MYDIR" ' Remove MYDIR.