We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4026c4d commit 7bda42fCopy full SHA for 7bda42f
README.md
@@ -866,9 +866,9 @@ last_file = get_latest_file(dir_path = file_dir, wc='name_*.txt')
866
867
oversion=get_last_version(dir_path=dir_path, version_only=True) # This will return only the version, e.g. v3.2
868
oversion=get_last_version(dir_path=dir_path, version_only=False) # This will return full path, e.g. /a/b/c/v3.2
869
+```
870
871
The function above should work for numeric (e.g. `v1.2`) and non-numeric (e.g. `va`, `vb`) versions.
-```
872
873
# Text manipulation
874
0 commit comments