[SD]
説明
Create a directory on the SD card. This will also create any intermediate directories that don’t already exist; e.g. SD.mkdir ("a/b/c") will create a, a/b, a/b/c.
構文
SD.mkdir (dir_name)
媒介変数
dir_name: the name of the directory to create, with sub-directories separated by forward-slashes, /
戻り値
true if the creation of the directory succeeded, false if not
参照
ライブラリリファレンスホーム
86Duinoリファレンスのテキストは、Arduinoリファレンスを改変したもので、Creative Commons Attribution-ShareAlike 3.0ライセンスに基づいてライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。