G
Gary Hillerson
In vba, I'm trying to access a file that is stored in the System
Folderreferences folder of the user's computer. I need to be able to
find the file on any user's Mac.
I wanted a function that simply gives me the name of the system drive
or the path to he System Folderreferences folder, but couldn't find
one.
Instead, I tried using Application.StartupPath, then picked the drive
name out of that path. But the path name being returned by StartupPath
has lowercased the entire path, which means I can't use it for opening
the file.
For example, on my test computer, the hard drive is named "GaryDrive,"
but Application.StartupPath returns "garydrive" instead.
Is there a way to get the correct path to the System
Folderreferences folder on a Mac??
thanks in advance,
gary
Folderreferences folder of the user's computer. I need to be able to
find the file on any user's Mac.
I wanted a function that simply gives me the name of the system drive
or the path to he System Folderreferences folder, but couldn't find
one.
Instead, I tried using Application.StartupPath, then picked the drive
name out of that path. But the path name being returned by StartupPath
has lowercased the entire path, which means I can't use it for opening
the file.
For example, on my test computer, the hard drive is named "GaryDrive,"
but Application.StartupPath returns "garydrive" instead.
Is there a way to get the correct path to the System
Folderreferences folder on a Mac??
thanks in advance,
gary