The BasePlus package [ver. 2.4.0]
The BasePlus package [ver. 2.4.0]
This release is dedicated to SAS programmers running on Linux. Those running on Windows won't experience changes.
- File SHA256:
F*19FE220C82DE4B9990B4AC352A9D9DEF5FAF2FD601BE756B2F3A2AC39CDAF381for this version - Content SHA256:
C*83DEF0C93481B1C77494531E5CE9F8EB8E4C15AB3CC48D1E9C0223C13A84DB3Ffor this version
Changes:
Update in %dirsAndFiles() macros:
-
New optional parameter
backslashSens=. Introduced to handle situation when a directory or a file name contains backslash(\) character in it. Yes, you read correctly, in their names(!), e.g.,/my/path/with/ugly\file.txtThere is a separate place in hell for people who create such names, but (as you can guess) such people exists. That is why, when you suspect that a directory tree you are crawling through contains backslashes, run:%dirsAndFiles(..., backslashSens=1)to handle the situation correctly.