Skip to content

Commit 65dd5ba

Browse files
authored
Merge pull request #49 from SASPAC/dev
The BasePlus package [ver. 2.4.0]
2 parents a46a4ea + de1de46 commit 65dd5ba

12 files changed

Lines changed: 7699 additions & 7 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ libname NEW "%workPath()/new";
5656
```
5757
and more.
5858

59-
SHA256 digest for the latest version of `BasePlus`: F*B2D318DD9708D74E5A7C419F7CAE1BF46D662B7F6AEE7E6B1B9D9B6858A5C41A
59+
SHA256 digest for the latest version of `BasePlus`: F*19FE220C82DE4B9990B4AC352A9D9DEF5FAF2FD601BE756B2F3A2AC39CDAF381
6060

6161
[**Documentation for BasePlus**](./baseplus.md "Documentation for BasePlus")
6262

baseplus.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
### Version information:
1010

1111
- Package: BasePlus
12-
- Version: 2.3.1
13-
- Generated: 2025-08-05T20:07:24
12+
- Version: 2.4.0
13+
- Generated: 2025-08-07T17:06:16
1414
- Author(s): Bartosz Jablonski (yabwon@gmail.com), Quentin McMullen (qmcmullen@gmail.com)
1515
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
1616
- License: MIT
17-
- File SHA256: `F*B2D318DD9708D74E5A7C419F7CAE1BF46D662B7F6AEE7E6B1B9D9B6858A5C41A` for this version
18-
- Content SHA256: `C*C34B47FDC4A22C5F5EACA087FA5308B97C367E8B7C32C5B28D37B491C6DAA9A3` for this version
17+
- File SHA256: `F*19FE220C82DE4B9990B4AC352A9D9DEF5FAF2FD601BE756B2F3A2AC39CDAF381` for this version
18+
- Content SHA256: `C*83DEF0C93481B1C77494531E5CE9F8EB8E4C15AB3CC48D1E9C0223C13A84DB3F` for this version
1919

2020
---
2121

22-
# The `BasePlus` package, version: `2.3.1`;
22+
# The `BasePlus` package, version: `2.4.0`;
2323

2424
---
2525

2626

27-
# The BasePlus package [ver. 2.3.1] <a name="baseplus-package"></a> ###############################################
27+
# The BasePlus package [ver. 2.4.0] <a name="baseplus-package"></a> ###############################################
2828

2929
The **BasePlus** package implements useful
3030
functions and functionalities I miss in the BASE SAS.
@@ -838,6 +838,7 @@ The basic syntax is the following, the `<...>` means optional parameters:
838838
<,longFormat=>
839839
<,fileExt=>
840840
<,maxDepth=>
841+
<,backslashSens=>
841842
)
842843
~~~~~~~~~~~~~~~~~~~~~~~
843844

@@ -868,6 +869,11 @@ The basic syntax is the following, the `<...>` means optional parameters:
868869
* `maxDepth=0` - *Optional*, if not zero then indicates
869870
maximum depth of search in the root path.
870871

872+
* `backslashSens=0` - *Optional*, if not zero then it indicates
873+
that backslash(`\`) symbol in files and dirs
874+
names is detectable under Linux. Accepted
875+
values: `0` and `1`. Ignored under Windows.
876+
871877

872878
### EXAMPLES AND USECASES: ####################################################
873879

baseplus.zip

289 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)