-
IsDir
Result = IsDir ( Path AS String ) AS Boolean |
String 引数Pathがディレクトリを指していれば TRUE を返します。
Pathという名前のファイルが存在しない場合、またはディレクトリではない場合、この関数は FALSE.を返します。
Examples
Print IsDir("/etc/password"), IsDir("."), IsDir(".."), IsDir("../.."), IsDir("/dev/hda")
False False False False False
Print IsDir(User.Home &/ ".kde"), IsDir("/etc/X11"), IsDir("/etc"), IsDir("/"), IsDir("/dev")
True True True True True
コメント
最新を表示する
NG表示方式
NGID一覧