I want to get the msdos style file path ie the one with the tilde ~ rather than a full length file path.... I have created the file with the full path how do I requery/convert....
Also I want to set default screensaver.... Do I just set this key in the registry or is there more to it?
HKCU/Control Panel/Desktop/SCRNSAVE.EXE
This will do it...
http://msdn.microsoft.com/en-us/library/aa364989%28VS.85%29.aspx
Nice 1 ty Edgar
FirstFirstFile/FindNextFile also provide long/short names as available/appropriate if you want to traverse the directory tree, or look at files.
-Clive