On Friday, August 2, 2019 at 10:42:16 AM UTC-7, @TiddlyTweeter wrote:
>
>
> I got something working on that. IF no setting in ini is made then the 
> settings will be to the Powershell "$Env:userprofile\downloads", like this 
> ...
>
>   # --- DOWNLOADS DIRECTORY: where browser downloads go
>   $downloaddir = $general["downloaddir"]
>   # If not defined use o/s "userprofile" 
>   if ([string]::IsNullOrEmpty($downloaddir)){$downloaddir = 
> "$Env:userprofile\Downloads"}
>
> Would that be enough to cover the case?
>
>
It would handle the general case of using the user's download directory as 
default. But not Scott's concern about using
environmental variables. Say a music lover had their download dir set to 
*CSIDL_MYMUSIC 
*because all they usually downloaded was
MP3s?

Thanks!  

-- 
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/47b4fd18-3bee-4279-85b3-a48942257ca9%40googlegroups.com.

Reply via email to