get link folder...
-
I was pretty sure we had a way to get the current Link folder (either as a directory or as a string will do), but I cant find the command now...so my brain is getting leaky again - either cause Ive forgotten the command or their never was one...
-
@Lindon I thought we did too. We have
getSampleFolder
, but that's only for expansions. We also haveSettings.setSampleFolder()
but no matching get function. You can do it using the file/file system APIs though. -
@d-healey said in get link folder...:
@Lindon I thought we did too. We have
getSampleFolder
, but that's only for expansions. We also haveSettings.setSampleFolder()
but no matching get function. You can do it using the file/file system APIs though.thanks yeah - I was just looking for a quick-and-dirty way...hey ho...
-
Ah this might be what we were thinking of
-
@d-healey Yes it is.
-
@d-healey yeah thats the one...
Console.print(FileSystem.getFolder(FileSystem.AppData).getRedirectedFolder().toString(0));