That would be the original request. After some research, it looks like if we bring in the settings like this:
$backupdir= $general["backupdir"] $backupdir= [System.Environment]::ExpandEnvironmentVariables($backupdir) (which we would probably put into a function to simplify)* And have a setting entry like: backupdir=%userprofile%\Downloads\polly-backup That it works. Maybe you want to try that and see what you think. Is the extra complexity worth the results? Thanks! * We should probably make our own routine library file at this point On Friday, August 2, 2019 at 11:47:08 AM UTC-7, @TiddlyTweeter wrote: > > So in his case he wants to pass it through from settings and have it > expand when it reaches Polly? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/0457248b-5a4f-4041-8a76-c65cfe630419%40googlegroups.com.

