quick switch to active path of XY for common dialog such as "save as ..."
or
how to achieve this using autohotkey script
thanks
quick switch to active path of XY for common dialog such as "save as ..."
-
zanjero1
- Posts: 10
- Joined: 30 Jan 2018 10:31
quick switch to active path of XY for common dialog such as "save as ..."
Last edited by jupe on 23 Feb 2018 05:17, edited 1 time in total.
Reason: corrected spelling in title to make searches easier to find it
Reason: corrected spelling in title to make searches easier to find it
-
Borut
- Posts: 1472
- Joined: 19 Oct 2010 19:29
- Location: Win10 Pro 64b 22H2, @120DPI (125%)
Re: quick swith to active path of XY for common dialog such as "save as ..."
Maybe this application (portable and free) is what you are looking for: http://www.listary.com/
Win 10 Pro 64bit
-
highend
- Posts: 14955
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: quick swith to active path of XY for common dialog such as "save as ..."
Will never happen, sorryquick swith to active path of XY for common dialog such as "save as ..."
Try this: Extract it, put it in a non-UAC protected path, start it. When a "Save as" window is open
and in the foreground, press F2. It should fill the address bar with the current path of
the frontmost XY instance. Should work out of the box for english / german systems.
If you need it for a different language, take a look at the .ini file:
Code: Select all
FindInControl=Address|Adressename to get the necessary language specific item...)
Is it written in AHK? Nope, switched my primary language to PureBasic, so it's written in it...
To see the attached files, you need to log into the forum.
One of my scripts helped you out? Please donate via Paypal
-
zanjero1
- Posts: 10
- Joined: 30 Jan 2018 10:31
Re: quick swith to active path of XY for common dialog such as "save as ..."
i wonder what is it shoud be in .ini file for
"Address|Adresse"
"Address|Adresse"
To see the attached files, you need to log into the forum.
-
highend
- Posts: 14955
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: quick swith to active path of XY for common dialog such as "save as ..."
Maybe you should have posted which tool you are using...
What you need is the text in the upper control. E.g. I'm displaying a Save as... dialog here.
"Bibliotheken - Dokumente" is the current path
The tool that shows the details is the spy utility from an AutoHotkey installation. As you
can see in the red surrounded part it displays:
Text: Adresse: Bibliotheken\Dokumente
while hovering over the upper control in the Save as... dialog.
That's where the "Adresse" in the .ini file comes from.
In your screenshot I can't see: RAMDISK anywhere in your "window controls displaying utility"
so I don't know how the Chinese? translated part looks like (and if it is even on the left / right side)...
What you need is the text in the upper control. E.g. I'm displaying a Save as... dialog here.
"Bibliotheken - Dokumente" is the current path
The tool that shows the details is the spy utility from an AutoHotkey installation. As you
can see in the red surrounded part it displays:
Text: Adresse: Bibliotheken\Dokumente
while hovering over the upper control in the Save as... dialog.
That's where the "Adresse" in the .ini file comes from.
In your screenshot I can't see: RAMDISK anywhere in your "window controls displaying utility"
so I don't know how the Chinese? translated part looks like (and if it is even on the left / right side)...
To see the attached files, you need to log into the forum.
One of my scripts helped you out? Please donate via Paypal
-
zanjero1
- Posts: 10
- Joined: 30 Jan 2018 10:31
Re: quick switch to active path of XY for common dialog such as "save as ..."
class:ToolbarWindow32
classNN:ToolbarWindow323
classNN:ToolbarWindow323
To see the attached files, you need to log into the forum.
-
highend
- Posts: 14955
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: quick switch to active path of XY for common dialog such as "save as ..."
This:
Code: Select all
Text <some chinese characters>: D:\One of my scripts helped you out? Please donate via Paypal
XYplorer Beta Club