OSDN Git Service

acba40f2df06f86a069948203e0bda2d1681d4be
[bacon/BaCon-Japanese.git] / 関数・命令 / DELETE.txt
1   DELETE
2
3   【2.0 追加 - DELETE RECURSIVE】
4    DELETE <FILE|DIRECTORY|RECURSIVE> <x$>
5
6    Type: statement
7
8    DELETE FILE でファイルを削除します。
9    DELELE DIRECTORY でディレクトリを削除します。
10    DELELE RECURSIVE で指定されたディレクトリと中にあるファイル全てを削除します。
11    エラーが生じた場合は CATCH を使う事ができます。
12    Example:
13
14    DELETE FILE "/tmp/data.txt"
15    DELETE RECURSIVE "/usr/data/stuff"
16