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 was looking for a function that can list all files in a path.
While looking at the generated documentation for Path (https://ngs-lang.org/doc/latest/generated/Path.html), I searched for the terms "ls", "list" and "files".
The function I was looking for, dir has the description Same as dir(dirname.path, args) and I was therefore unable to find it.
I believe it should include the description of the function it has the same functionality of, in addition to the text Same as dir(dirname.path, args).
The text was updated successfully, but these errors were encountered:
I was looking for a function that can list all files in a path.
While looking at the generated documentation for
Path
(https://ngs-lang.org/doc/latest/generated/Path.html), I searched for the terms "ls", "list" and "files".The function I was looking for,
dir
has the descriptionSame as dir(dirname.path, args)
and I was therefore unable to find it.I believe it should include the description of the function it has the same functionality of, in addition to the text
Same as dir(dirname.path, args)
.The text was updated successfully, but these errors were encountered: