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
Copy file name to clipboardExpand all lines: plugins/fs/guest-js/index.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1326,6 +1326,7 @@ async function watchImmediate(
1326
1326
* Get the size of a file or directory. For files, the `stat` functions can be used as well.
1327
1327
*
1328
1328
* If `path` is a directory, this function will recursively iterate over every file and every directory inside of `path` and therefore will be very time consuming if used on larger directories.
1329
+
*
1329
1330
* @example
1330
1331
* ```typescript
1331
1332
* import { size, BaseDirectory } from '@tauri-apps/plugin-fs';
0 commit comments