gn:act_renameMediaFile
- Description
- Action is used to rename media files stored in target. In case new file name contains special characters (
\\
/
:
*
\
<
>
.|
), they will be replaced with-
- The filename length is limited to 127 characters.(TU1)
- Action returns
- void
Action signatures
Rename media file
[gn:act_renameMediaFile]|[target,source]
Parameter Description target
target on which media file rename will be performed - Valid targets:
source
source of new file name - Valid source:
Example
@variable/Photo
- target@string/newPhotoName
- name source
- ⤷
[gn:act_renameMediaFile]|[@variable/Photo,@string/newPhotoName]
- ⤷