File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Note: Any invalid filename characters are replaced with spaces.
54
54
55
55
##### Examples
56
56
57
- | Example template filename | Would on copy expand to |
57
+ | Example template filename | Result |
58
58
| :--- | :--- |
59
59
| ` $YYYY-$MM-%DD, $hh $mm $ss - $PARENT_FOLDER_NAME by %USERNAME% ` | ` 2024-11-22, 12 08 54 - PowerShell project by cgaarden ` |
60
60
| ` File where variable value contains invalid characters %USERPROFILE% ` | ` File where variable value contains invalid characters C Users cgaarden ` |
@@ -88,15 +88,15 @@ These date and time related variable patterns are the same as those used by Powe
88
88
89
89
##### Special variables
90
90
91
- These special variables are case-sensitive, so they will only work when written exactly as shown here.
91
+ These special variables are case-sensitive, so they will only work when used in the filename exactly as shown here.
92
92
93
93
| Variable | Explanation |
94
94
| :--- | :--- |
95
95
| ` $PARENT_FOLDER_NAME ` | Expands to the name of the parent folder. |
96
96
97
97
##### Environment variables
98
98
99
- These variables are case-insensitive, meaning you can write them in a mix of uppercase or lowercase.
99
+ These variables are case-insensitive, meaning you use them in the filename in a mix of uppercase or lowercase.
100
100
101
101
Each ` %environment_variable% ` in the file and folder names will be replaced with the value of the corresponding environment variable.
102
102
You can’t perform that action at this time.
0 commit comments