  MAKEDIR

   MAKEDIR <directory>

   Type: statement

   空のディレクトリを作ります。親ディレクトリも存在しない場合は生成されます。
   If the directory already exists then it is recreated. Errors like write
   permissions, disk quota issues and so on can be captured with CATCH.
   例:

   MAKEDIR "/tmp/mydir/is/here"

