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
Thank you for fast response! Documentation fo file function says:
"If `path` is a period, replaces it with cwd and creates a new File object out of it and `paths`. Or, if the resulting File object does not constitute an absolute path, makes it absolutely by creating a new File object out of the `paths` and cwd."
Actually, my path is not path to the real file. It could be just a part of some non-existed path (for example for some configuration needs). I'm not sure that it will help me..
I usually face a problem of incorrect paths or part of paths. To fix this, I use the following workaround:
Is it possible to put something like this in
fs
library?The text was updated successfully, but these errors were encountered: