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
Leftover from #39. I don't need this right now, but it would be nice to have.
Proposed API: C_FileSystem.WalkDirectory(path) - maybe just Walk(path) would be fine, too?
When using ScanDirectory, the resulting table already contains a flag indicating whether an entry can be walked (is a directory). Format of the table: someFolder = true and someFile = false for any given file or folder in the scanned directory. Can then use the path library to resolve paths?
The text was updated successfully, but these errors were encountered:
Leftover from #39. I don't need this right now, but it would be nice to have.
Proposed API:
C_FileSystem.WalkDirectory(path)
- maybe justWalk(path)
would be fine, too?When using
ScanDirectory
, the resulting table already contains a flag indicating whether an entry can be walked (is a directory). Format of the table:someFolder = true
andsomeFile = false
for any given file or folder in the scanned directory. Can then use thepath
library to resolve paths?The text was updated successfully, but these errors were encountered: