快速登录:  

Forum: Wishes and new features

话题: browser_gotofolder `get_filepath`
Hi all,

the Strings browser_gotofolder `get_filepath` or browser_gotofolder `get_loaded_song 'fullpath'` doesn't work.
I think the problem is the filename at the end of the Path.

I found a way with the follow Script.

browser_gotofolder `param_add "get_loaded_song 'filepath'" "get_text 'E:'"`


Unfortunately, every User must change the Letter of the Volume.
Can you add a Verb for the full filepath without the filename.

Thanks
best regards DennYo
 

发表时间 Sun 07 Jan 24 @ 8:51 am
locoDogPRO InfinityModeratorMember since 2013
Already a thing for the exact reasons you said

get_browsed_song 'fullpath'
get_loaded_song 'fullpath'
get_automix_song 'fullpath'

oh sorry my mistake, without the file name

browser_gotofolder `get_loaded_song 'folder'`
 

发表时间 Sun 07 Jan 24 @ 8:57 am
Unfortunately, this doesn't work in combination with browser_gotofolder.
browser_gotofolder works only without the Filename in the Path.


 

发表时间 Sun 07 Jan 24 @ 9:01 am
locoDogPRO InfinityModeratorMember since 2013
Edited above

browser_gotofolder `get_loaded_song 'folder'`
Also
get_loaded_song 'drive' is a thing
 

发表时间 Sun 07 Jan 24 @ 9:16 am
`get_loaded_song 'folder'` don't work.
There is nothing in the Textbox.



EDIT:
`get_loaded_song 'drive'` call the Letter this works.
 

发表时间 Sun 07 Jan 24 @ 9:21 am
locoDogPRO InfinityModeratorMember since 2013
get_text "`get_loaded_song 'drive'`:`get_loaded_song 'filepath'`" & param_cast & browser_gotofolder
 

发表时间 Sun 07 Jan 24 @ 9:40 am
It is working :)
But it's too complicated for a normal user. :)
I had this question in the German forum.

Thanks Loco
 

发表时间 Sun 07 Jan 24 @ 9:45 am
locoDogPRO InfinityModeratorMember since 2013
It's an introduction to how get_text works :),
I kind of like it with the _cast, it writes the string in order.
 

发表时间 Sun 07 Jan 24 @ 9:59 am