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.
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
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
geposted Sun 07 Jan 24 @ 8:51 am
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'`
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'`
geposted 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.
browser_gotofolder works only without the Filename in the Path.
geposted Sun 07 Jan 24 @ 9:01 am
Edited above
browser_gotofolder `get_loaded_song 'folder'`
Also
get_loaded_song 'drive' is a thing
browser_gotofolder `get_loaded_song 'folder'`
Also
get_loaded_song 'drive' is a thing
geposted 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.
There is nothing in the Textbox.
EDIT:
`get_loaded_song 'drive'` call the Letter this works.
geposted Sun 07 Jan 24 @ 9:21 am
get_text "`get_loaded_song 'drive'`:`get_loaded_song 'filepath'`" & param_cast & browser_gotofolder
geposted 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
But it's too complicated for a normal user. :)
I had this question in the German forum.
Thanks Loco
geposted Sun 07 Jan 24 @ 9:45 am
It's an introduction to how get_text works :),
I kind of like it with the _cast, it writes the string in order.
I kind of like it with the _cast, it writes the string in order.
geposted Sun 07 Jan 24 @ 9:59 am