Abstractions location in sd card

Hi,

Sorry, I’m probably just being dumb but what’s the absolute directory location of the sdcard? Just trying to declare an abstractions folder and can’t get it to work.

g

/sdcard

Generally I’d not hard code it, it’s also in the environment variable USER_DIR
which is either /sdcard or /usbdrive.

1 Like

Cool, thanks. I realise now it only works after saving and relaunching (or banged I’d assume).

[EDIT - MY MISTAKE, SEE BELOW]

Sorry, me again. Sorry but this isn’t working. :neutral_face:

“…couldn’t create”

image

Any ideas?

it needs to be something like declare -path /sdcard

check the help file declare it explains the options
(-lib and -path do something subtly different, cant remember which is which off hand ;))

also you should note in the console windows, how declare and abs also have errors… this was the ‘clue’ :wink:

1 Like

Thanks @thetechnobear - I’ll get there eventually! :roll_eyes: :rofl:

1 Like

no worries, we all start from the beginning :slight_smile:

2 Likes