FSMakeRemoveDirStatements ::= | ( removeDir | rmdir | makeDir | mkdir ) Expr ( in Expr )? ( force )? |
Used by: |
Makes or removes a directory. When removing a directory, by default it fails if the directory is not empty. Use force to remove all the content and then remove that directory. If there is an access privilege violation, this may still fail, of course.