cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
swraper
Level 3

SUPPORTDIR with spaces in the path?

Most of the time the SUPPORTDIR gets created with a path like:

C:\DOCUME~1\user\LOCALS~1\Temp

However, I have seen one PC where my SUPPORTDIR gets created with a path like:

C:\DOCUME~1\user\Local Settings\Temp

Notice the "DOCUME~1" is shortened but "Local Settings" is not shortened to "LOCALS~1".

Has anyone ever seen this before?
Labels (1)
0 Kudos
(1) Reply
MrTree
Level 6

I never had this Problem but just work around with one of those
     LongPathFromShortPath ( svPath );
LongPathToQuote ( svPath , TRUE );
LongPathToShortPath ( svPath );
0 Kudos