Commit 72a8d1d
committed
Add replace function for path formatting
It will be useful when defining the output directory. For example,
in batch processing, we can use
`$replace(%directoryname%,C:\Music,D:\ReEncoded)`
to rewrite the output path to another location while retaining the
original directory structure.1 parent e90b1a8 commit 72a8d1d
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
269 | 274 | | |
270 | 275 | | |
271 | 276 | | |
| |||
0 commit comments