Skip to content

Commit 39b15b8

Browse files
authored
Update libraries.conf for a new version of pathdir
The pathdir extension has been updated to version 5.2.0.
1 parent ffafce1 commit 39b15b8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

libraries.conf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,10 @@ If you’d like to know more about matrices and how they can be used, you might
197197
{
198198
name: "Pathdir"
199199
codeName: "pathdir"
200-
shortDescription: "Some useful operations on files and directories"
201-
longDescription: "Pathdir provides tools for finding the name of the current model, the current working, user and model directories; creating, moving, renaming, identifying and deleting directories; and listing the contents of directories. Pathdir also allows one to find the size and modification date of files."
202-
version: "5.1.0"
200+
shortDescription: "Some useful operations on files and directories, and primitives for reading environment variables and system properties"
201+
longDescription: "Pathdir provides tools for finding the name of the current model, the current working, user and model directories; creating, moving, renaming, identifying and deleting directories; and listing the contents of directories. Pathdir also allows one to find the size and modification date of files, and the values of both environment variables and system
202+
properties."
203+
version: "5.2.0"
203204
homepage: "https://github.com/cstaelin/Pathdir-Extension"
204205
}
205206
{

0 commit comments

Comments
 (0)