AdamK Posted March 12, 2010 Posted March 12, 2010 Hi, I'm trying to redirect the Safari download folder to a students home share using Workgroup Manager. I have imported com.apple.Safari into the preferences and I'm editing the "DownloadsPath" with the location. However, I want to use an enviroment variable in the path. The location of the users home share mount is: /Volumes/username$ I have tried the following paths with no success: /Volumes/$USER\$ /Volumes/${USER}$ Does anyone know if its possible to do? Adam
danrhodes Posted March 12, 2010 Posted March 12, 2010 For environment variables you use %USERNAME% The variable is encased in % marks. D
AdamK Posted March 12, 2010 Author Posted March 12, 2010 For environment variables you use %USERNAME% The variable is encased in % marks. D If your using Windows, Yes. Unix based systems use $USER, $HOME, etc, etc Adam
danrhodes Posted March 12, 2010 Posted March 12, 2010 If your using Windows, Yes. Unix based systems use $USER, $HOME, etc, etc Adam Yes, sorry I didn't take note of the forum you posted this in. FAIL by me!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now