Marxsal / polly

Batch file system to restore TiddlyWiki files from download directory to their original home directory
9 stars 1 forks source link

Q: Cross-Platform ":Env" variables? #10

Open TiddlyTweeter opened 5 years ago

TiddlyTweeter commented 5 years ago

You did a lot of thinking and work on Win %env% variables for easier setting of "Downloads" folder.

What I'm now wondering is how compatible is the approach with Lin & Mac?

Marxsal commented 5 years ago

Have to remember to test that when we get everything rolled back up into the master branch.

Marxsal commented 5 years ago

Actually, I'm not sure what a variable in a path would look like. We might have to wait for some more advanced Linux users to start using Polly ;-) . I did handle the two cases common in Linux where the name starts with a tilde (which is path to the user's home directory) and with a forward slash (which is the start of an absolute path structure).