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
I have never ended up using this. If I need the filename I do const fileName = path.basename(fullPath). This option adds a lot of complexity and has been holding up implementing #71 because of how to handle the multiple object types.
This was a recent edition and kinda in the weeks so I'm not sure if anyone is actually using this option. If there are no objections @aubergene@1wheel I will remove and add the recursive option, which is much more useful.
The text was updated successfully, but these errors were encountered:
I have never ended up using this. If I need the filename I do
const fileName = path.basename(fullPath)
. This option adds a lot of complexity and has been holding up implementing #71 because of how to handle the multiple object types.This was a recent edition and kinda in the weeks so I'm not sure if anyone is actually using this option. If there are no objections @aubergene @1wheel I will remove and add the recursive option, which is much more useful.
The text was updated successfully, but these errors were encountered: