You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`class `[`Arduino_UnifiedStorage`](#class_arduino___unified_storage) | Abstract class representing the common features of the supported storage methods
6
13
`class `[`Folder`](#class_folder) | Class representing a directory.
7
14
`class `[`InternalStorage`](#class_internal_storage) | Represents internal storage using the Arduino Unified Storage library.
8
15
`class `[`SDStorage`](#class_s_d_storage) | Represents an SD card storage using the Arduino Unified Storage library.
9
16
`class `[`UFile`](#class_u_file) | Class representing a File
10
17
`class `[`USBStorage`](#class_u_s_b_storage) | Represents a USB storage using the Arduino Unified Storage library.
# class `Arduino_UnifiedStorage` <aid="class_arduino___unified_storage"class="anchor"></a>
13
56
14
57
Abstract class representing the common features of the supported storage methods
@@ -88,8 +131,8 @@ Class representing a directory.
88
131
`public String `[`getPathString`](#class_folder_1a30dd952da8ae977dca4e3dfde8fbd5be)`()` | Returns the path of the file.
89
132
`public `[`Folder`](#class_folder)``[`createSubfolder`](#class_folder_1a78f2f9b297f62b67c2e0656b15a95868)`(const char * subfolderName, bool overwrite)` | Creates a subfolder in the directory.
90
133
`public `[`Folder`](#class_folder)``[`createSubfolder`](#class_folder_1ab50743664becb7b2a1fb564b5513d69c)`(String subfolderName, bool overwrite)` | Creates a subfolder in the directory.
91
-
`public std::vector< `[`UFile`](#class_u_file)` > `[`getFiles`](#class_folder_1a3c2e01e19b48e3aa709cbdbb0acbdd78)`()` | Returns File objects for all files in the current directory.
92
-
`public std::vector< `[`Folder`](#class_folder)` > `[`getFolders`](#class_folder_1a69d3df42dacbd1d64d0f527e090f1fbb)`()` | Returns [Folder](#class_folder) objects for all files in the current directory.
134
+
`public std::vector< `[`UFile`](#class_u_file)` > `[`getFiles`](#class_folder_1a3c2e01e19b48e3aa709cbdbb0acbdd78)`()` | Returns File objects for all files in the current dirctory.
135
+
`public std::vector< `[`Folder`](#class_folder)` > `[`getFolders`](#class_folder_1a69d3df42dacbd1d64d0f527e090f1fbb)`()` | Returns [Folder](#class_folder) objects for all files in the current dirctory.
93
136
`public bool `[`copyTo`](#class_folder_1aabf0818b7ee45b2d871e82e86edb4ebd)`(`[`Folder`](#class_folder)` destination, bool overwrite)` | Copies the current directory.
94
137
`public bool `[`copyTo`](#class_folder_1a058d193f53c559eefe343b30797500eb)`(const char * destination, bool overwrite)` | Copies the current directory.
95
138
`public bool `[`copyTo`](#class_folder_1a3162979e4c679c7f5503cc4584949714)`(String destination, bool overwrite)` | Copies the current directory.
@@ -128,7 +171,7 @@ Creates a file inside the directory.
128
171
*`const` char * fileName - The name of the file to create.
Returns [Folder](#class_folder) objects for all files in the current directory.
270
+
Returns [Folder](#class_folder) objects for all files in the current dirctory.
228
271
229
272
#### Returns
230
273
A std::vector of [Folder](#class_folder) objects representing the files in the directory.
@@ -884,5 +927,3 @@ Checks the USB storage connection status.
884
927
### `private unsigned long `[`previousMillis`](#class_u_s_b_storage_1a1421967255a94a2f4be67a5e37017307) <aid="class_u_s_b_storage_1a1421967255a94a2f4be67a5e37017307"class="anchor"></a>
885
928
886
929
### `private int `[`interval`](#class_u_s_b_storage_1aecbd90e5183fd2dc86d98725d1577444) <aid="class_u_s_b_storage_1aecbd90e5183fd2dc86d98725d1577444"class="anchor"></a>
887
-
888
-
Generated by [Moxygen](https://github.com/sourcey/moxygen)
0 commit comments