|
9 | 9 | ### Version information: |
10 | 10 |
|
11 | 11 | - 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 |
14 | 14 | - Author(s): Bartosz Jablonski (yabwon@gmail.com), Quentin McMullen (qmcmullen@gmail.com) |
15 | 15 | - Maintainer(s): Bartosz Jablonski (yabwon@gmail.com) |
16 | 16 | - 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 |
19 | 19 |
|
20 | 20 | --- |
21 | 21 |
|
22 | | -# The `BasePlus` package, version: `2.3.1`; |
| 22 | +# The `BasePlus` package, version: `2.4.0`; |
23 | 23 |
|
24 | 24 | --- |
25 | 25 |
|
26 | 26 |
|
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> ############################################### |
28 | 28 |
|
29 | 29 | The **BasePlus** package implements useful |
30 | 30 | functions and functionalities I miss in the BASE SAS. |
@@ -838,6 +838,7 @@ The basic syntax is the following, the `<...>` means optional parameters: |
838 | 838 | <,longFormat=> |
839 | 839 | <,fileExt=> |
840 | 840 | <,maxDepth=> |
| 841 | + <,backslashSens=> |
841 | 842 | ) |
842 | 843 | ~~~~~~~~~~~~~~~~~~~~~~~ |
843 | 844 |
|
@@ -868,6 +869,11 @@ The basic syntax is the following, the `<...>` means optional parameters: |
868 | 869 | * `maxDepth=0` - *Optional*, if not zero then indicates |
869 | 870 | maximum depth of search in the root path. |
870 | 871 |
|
| 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 | + |
871 | 877 |
|
872 | 878 | ### EXAMPLES AND USECASES: #################################################### |
873 | 879 |
|
|
0 commit comments