04-13-2005, 05:34 AM
How get full path of files selected in any window?
Full path of files selected
|
04-13-2005, 05:34 AM
How get full path of files selected in any window?
04-13-2005, 07:52 AM
04-13-2005, 08:30 AM
and full path?
04-13-2005, 09:30 AM
;find Explorer window
04-13-2005, 09:34 AM
Perfect, like always
07-29-2005, 03:42 PM
is there any other way to get the full path ?
in bblean i get error 0x8007000E, Für diesen Vorgang ist nicht genügend Speicher verfügbar. (not enough memory ???)
07-29-2005, 04:00 PM
I don't use bblean. If class of control that displays files is not (and is not derived from) SysListView32, you probably cannot get some useful info from it.
Another method: http://www.quickmacros.com/forum/showthread.php?tid=480
07-29-2005, 04:08 PM
syslistview is not the problem, i get the filename.
but the second script for full path is not working. i tried also emerge desktop (another shell).
01-07-2009, 05:43 AM
This works well in explorer, but not in the Open/Save dialogs of other programs.
How would I get the paths of selected files from "#32770" class dialog windows?
01-07-2009, 08:05 AM
I tried many ways when working with Open dialog in QM Icons dialog, but did not find a way that would work with all dialogs. I use CDM_GETFILEPATH message, but it works only maybe with 1% of Open dialogs.
GetClipboardFiles should work.
04-08-2015, 03:40 AM
Hi Gintaras and QMers:
I would like to merge the GetPathsOfSelectedFiles in Windows Explorer and the selected items in desktop. It would be very useful. Please, any help? Thanks in advance. Macro GetPathsOfSelectedFiles ;Displays full paths of selected files and folders in Windows Explorer.
04-08-2015, 06:36 AM
I could not find a way to get paths of selected desktop icons.
Can get only names, but probably it is not useful, because then we don't know extensions (X.txt and X.doc are just X). Also cannot get paths of non-file-system items, such as Recycle Bin. Workaround: temporarily activate desktop, send Ctrl+C, call GetClipboardFiles. But does not work if there are selected non-file-system items.
04-08-2015, 07:22 AM
Ok, I see. Well, thanks anyway.
Best regards.
04-08-2015, 08:38 AM
I do this to get the full path of the desktop icons.
Thanks Gintaras for the nice little function "FindDesktopListViewControl". Macro FullPath Desktop Icons Trigger F10 ![]() ;Open the popup menu by right-click on the selected icon
04-08-2015, 09:18 AM
The desktop window is not always Progman. Sometimes it is WorkerW.
Function FindDesktopListViewControl ;/ |
« Next Oldest | Next Newest »
|