LocalRmDir [-r] <dir>
Removes a subdirectory from the current directory on the local computer. If the -r option is given, the command will attempt to delete everything (files and subdirectories) inside that directory. Otherwise the directory needs to be empty.
See also: RemoteRmDir, LocalChDir, LocalMkDir.
Beispiele:
LocalRmDir "olddata" (Delete empty directory named olddata)
LocalRmDir -r "tmpfiles" (Delete directory named tmpfiles and everything in it)
← Back to Script Commands