File::size()
名称
File::size()
説明
ファイルパスのサイズを取得する。
書式
#include <FS.h>
size_t File::size() const;
引数
なし
戻り値
ファイルパスのサイズ。ディレクトリの場合は0が返る。
使用例
バージョン
Hardware: | ESP-WROOM-32 |
Software: | Arduino core for the ESP32 2.0.4 |
最終更新日
September 4, 2022
File::size()
ファイルパスのサイズを取得する。
#include <FS.h>
size_t File::size() const;
なし
ファイルパスのサイズ。ディレクトリの場合は0が返る。
Hardware: | ESP-WROOM-32 |
Software: | Arduino core for the ESP32 2.0.4 |
September 4, 2022