Files Will Not Move

More trouble...

I wrote another macro and everything works until the very end when I attempt to move a file to a new directory this same macro created. Here's the offending step:

In the Move section I have tried several variables including File, FileName, DisplayName,Extension... Nothing seems to get the job accomplished.

I added the following step just to check my variables and they all look great:

Here's the macro. Please provide some more guidance... Thanx!

Make Sub-Directory & Move File.kmmacros (24.2 KB)

I can see a slash in the second text box your first action. If you replace that slash with a percent character, that would be one mistake fixed. I'm not saying that all will work then, only that you will have fixed one error. However I'm not sure if the path variable ends in a slash or not (you didn't show) so the correct solution may be inserting a percent character before the percent character. Without seeing the values myself, I can't tell you which change is more likely to be your solution.

1 Like

Thanx… That fixed it!