Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在文件“/subfolder/a”中有 fs.readDir,文件“/subfolder/a”是从“/b”调用的。当我运行 fs.readDir 时,它会显示“/”中的文件,即 b。我想知道是否有任何方法可以“说”到 fs.readDir 以将其设置为“/subfolder/”而不是“/”。
更新: 当然我可以使用相对于节点入口点的路径,但我想使用文件“/subfolder/a”中的“./”(当前文件夹)之类的东西并获取文件夹的内容“/子文件夹/”而不是文件夹“/”。