Shortcut to filesystem from editor?

When browsing files in ART, is there a way to go to the corresponding file in windows explorer?

I just can’t seem to find a function for it, but most photo editors have some type of shortcut like this, so I think I must just be missing it.

1 Like

Hello, not as far as I know. A possible workaround might be to start Art from Windows’ explorer, by associating your file extension with Art (so, Open with).

1 Like

@paulmatth Not sure this is what the OP is looking for. I think he is asking for a new option called “Open in Explorer” in ART’s file explorer dropdown when right-clicking in a picture, like the one in the library module in Lightroom. This option would open the OS folder containing the picture. This is something I’d want, too.

You can define a simple user command to do this:

[ART UserCommand]
Label=Show in Explorer
Command=explorer.exe /select,
NumArgs=1

3 Likes

Thank you, that works great!