Move (copy) with dialogue box?

I am a new user to KM and am impressed with it’s power. I was wondering if it is possible to have a Move Macro that displays a navigation box to drill down to a specific location rather than typing in a specific path (similar to what FinderPop and FolderGlance could do prior to El Capitan). My apologies if I just missed this ability in KM.

Yes, but not in the Move Action.
Prior to that action, use the Prompt for File Action to choose your file, and store the path in a KM Variable.
Then use that Variable in the Move Action.

Requires KM 8.0+.

Here is an example macro that makes clear how to use these cool new KM 8 Actions.

##Macro Library   Prompt for File Action @KM8 @Test


####DOWNLOAD:
<a class="attachment" href="/uploads/default/original/2X/9/9b575975657fc4cf3bfe65a01cfabda31fd6b37d.kmmacros">Prompt for File Action @KM8 @Test.kmmacros</a> (3.6 KB)
**Note: This Macro was uploaded in a DISABLED state. You must enable before it can be triggered.**

---


<img src="/uploads/default/original/2X/5/56f437b01b67039ca5510e873a3f23b38e72eccf.png" width="550" height="709">

---

### Example Output

<img src="/uploads/default/original/2X/9/9519908385955ff38e3d0b3beb6ad286200e32f4.png" width="537" height="241">

<img src="/uploads/default/original/2X/1/1895e307f7ea0156333f3dd5443fe08c6b888da6.png" width="690" height="434">

<img src="/uploads/default/original/2X/9/94dcd101c123e8db029d5db16cbbe095b7c9ae92.png" width="537" height="139">

<img src="/uploads/default/original/2X/9/95fd8e1109e157d531734abde1a0bde2f4cc0733.png" width="690" height="434">
2 Likes

Thanks so much. I’ll give it a try.

1 Like