fsSize() added optional drive parameter

This commit is contained in:
Sebastian Hildebrandt
2023-06-06 13:28:50 +02:00
parent 1df611af74
commit 8c22e42bf3
7 changed files with 99 additions and 81 deletions
+3 -3
View File
@@ -663,14 +663,14 @@ setInterval(function() {
</thead>
<tbody>
<tr>
<td>si.fsSize(cb)</td>
<td>si.fsSize(drive, cb)</td>
<td>[{...}]</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td></td>
<td>returns array of mounted file systems</td>
<td>returns array of mounted file systems<br>drive parameter is optional</td>
</tr>
<tr>
<td></td>
@@ -1011,4 +1011,4 @@ setInterval(function() {
</script>
</body>
</html>
</html>