D
Dennis
Hi,
I'm developing using Access XP Office on Windows 7. My users are running
Access XP and Access 2007 on Widows XP, Vista, and Windows 7.
I not quite in which forum this question belongs, but since it came up in a
form, I'm asking the question in this forum.
I have "blob" type files (.tiff, .jpg, etc.) that were stored in different
sub-directories under C:\Documents and Settings\<User Name>\My
Documents\....." Rather than store the file in the database, I store the
full path and file name in my database.
As you know MS, "in their infinite wisdom" , decided to change the
"Document" directory structure on Vista and Windows 7 to "C:\Users\<User
Name>\Documents\....".
Fortunately, the first user to when to Vista had not used the "blob" files
very much, but they had a few. So I had to go in by hand and change the path
names. However, it did point out a flaw in how I am storing the path name.
I need to change how I store my path names so I don't have to manually
convert them (or write code to convert them) when other users upgrade to
Vista or Windows 7.
Any suggestions?
Do I have to parce the path name and store it in pieces so that I can
reassemble the correct file name name depending upon which OS I'm on or is
there a better way.
Thanks,
Dennis
I'm developing using Access XP Office on Windows 7. My users are running
Access XP and Access 2007 on Widows XP, Vista, and Windows 7.
I not quite in which forum this question belongs, but since it came up in a
form, I'm asking the question in this forum.
I have "blob" type files (.tiff, .jpg, etc.) that were stored in different
sub-directories under C:\Documents and Settings\<User Name>\My
Documents\....." Rather than store the file in the database, I store the
full path and file name in my database.
As you know MS, "in their infinite wisdom" , decided to change the
"Document" directory structure on Vista and Windows 7 to "C:\Users\<User
Name>\Documents\....".
Fortunately, the first user to when to Vista had not used the "blob" files
very much, but they had a few. So I had to go in by hand and change the path
names. However, it did point out a flaw in how I am storing the path name.
I need to change how I store my path names so I don't have to manually
convert them (or write code to convert them) when other users upgrade to
Vista or Windows 7.
Any suggestions?
Do I have to parce the path name and store it in pieces so that I can
reassemble the correct file name name depending upon which OS I'm on or is
there a better way.
Thanks,
Dennis