<Return[MN]><Top>
MakeSureDirectoryPathExists |
Declare Function Api_MakeSureDirectoryPathExists& Lib "imagehlp" Alias "MakeSureDirectoryPathExists" (ByVal lpPath$) |
Declare Function MakeSureDirectoryPathExists Lib "imagehlp" (ByVal lpPath As String) As Long |
|
DirPath で指定されたすべてのディレクトリを作成する。ディレクトリの記述は、ルートから開始する。 |
|
パラメータ
パスの最後のコンポーネントがファイル名ではなくディレクトリである場合、文字列の最後に円記号(\)を記述しなければならない。
戻り値 FALSE を返す。 |