Magic File Renamer Help |
<substr:start-position,end-position,source-format-string>
Parameter | Description |
start-position |
Index of the first character in source format string, to include in the substring. |
end-position |
Index of the last character in source format string, to include in the substring. |
source-format-string |
String to extract substring from. Must be Any other legal format string or literal. |
C:\Example\MyTestFileName.123
<substr:1,5,<file-name>>
|
MyTes
|
<substr:5,-6,<full-name>>
|
stFileNam
|
<substr:-1,2,<file-extension>45>
|
2345
|