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
Functions like listDirRel figure out whether an entry is a directory or file and return the paritioned lists. However, I have path listings (with mixed files & dirs) that come from somewhere other than getDirectoryContents, so I can’t rely on that. Instead, something like
Functions like
listDirRel
figure out whether an entry is a directory or file and return the paritioned lists. However, I have path listings (with mixed files & dirs) that come from somewhere other thangetDirectoryContents
, so I can’t rely on that. Instead, something like(and maybe
parseExistingAbsPath
/parseExistingRelPath
) would let me providelistDir
-like functionality across other inputs.And
listDirRel
itself should just useparseExistingAbsPath
internally.The text was updated successfully, but these errors were encountered: