Move File | error with max. characters of file name

Hi @Markus3003,

Have you tried the following solutions?

Example on how to use SUBST:

Like for example if the original long path is something like this: C:\Very Long Folder Path\Filename.pdf

SUBST W: C:\Very Long Folder Path

Now to move the file using Move File activity, and then you can set the input path to W:\Filename.pdf

To disable the SUBST command you can run SUBST W: /D

You can find the instruction on how to use the SUBST command from this link: DOS Command: SUBST

-John Michael

4 Likes