Click here to Skip to main content
15,910,234 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Get the path of a file Pin
David Crow12-May-04 8:49
David Crow12-May-04 8:49 
GeneralRe: Get the path of a file Pin
Ruben93812-May-04 11:16
Ruben93812-May-04 11:16 
GeneralRe: Get the path of a file Pin
David Crow13-May-04 2:09
David Crow13-May-04 2:09 
GeneralRe: Get the path of a file Pin
Ruben93812-May-04 11:16
Ruben93812-May-04 11:16 
GeneralRe: Get the path of a file Pin
David Crow13-May-04 2:11
David Crow13-May-04 2:11 
GeneralRe: Get the path of a file Pin
Christopher Lloyd12-May-04 10:30
Christopher Lloyd12-May-04 10:30 
GeneralRe: Get the path of a file Pin
Ruben93812-May-04 11:22
Ruben93812-May-04 11:22 
GeneralRe: Get the path of a file Pin
Christopher Lloyd13-May-04 2:00
Christopher Lloyd13-May-04 2:00 
If you've got the Windows SDK then you'll find details about the Shell Lightweight Utility Path Funtions in the documentation under:

User Interface Services > Windows Shell > Shell Reference > Shell Lightweight Utility Funtions > Path Functions.

(If you've not got the SDK then I recommend you get it. It's a free download from msdn)

There are lots of useful routines for manipulating paths. The one you need to merge the path with the name of the 2nd file is PathAppend.
Cheers, Chris


GeneralRe: Get the path of a file Pin
Ruben93812-May-04 11:50
Ruben93812-May-04 11:50 
GeneralHexadecimal Pin
Roger H. Art12-May-04 7:34
sussRoger H. Art12-May-04 7:34 
GeneralRe: Hexadecimal Pin
David Crow12-May-04 7:41
David Crow12-May-04 7:41 
GeneralRe: Hexadecimal Pin
toxcct12-May-04 7:44
toxcct12-May-04 7:44 
QuestionHow to set up Windows XP theme for the controls Pin
Truong D. Toan12-May-04 7:07
Truong D. Toan12-May-04 7:07 
AnswerRe: How to set up Windows XP theme for the controls Pin
Joe Woodbury12-May-04 7:11
professionalJoe Woodbury12-May-04 7:11 
AnswerRe: How to set up Windows XP theme for the controls Pin
Prakash Nadar12-May-04 7:14
Prakash Nadar12-May-04 7:14 
GeneralNon Recursive Folder Traversal Pin
bikram singh12-May-04 6:15
bikram singh12-May-04 6:15 
GeneralRe: Non Recursive Folder Traversal Pin
David Crow12-May-04 6:31
David Crow12-May-04 6:31 
GeneralRe: Non Recursive Folder Traversal Pin
bikram singh12-May-04 6:39
bikram singh12-May-04 6:39 
GeneralRe: Non Recursive Folder Traversal Pin
David Crow12-May-04 7:39
David Crow12-May-04 7:39 
GeneralRe: Non Recursive Folder Traversal Pin
Jim Crafton12-May-04 6:33
Jim Crafton12-May-04 6:33 
GeneralRe: Non Recursive Folder Traversal Pin
Joe Woodbury12-May-04 10:27
professionalJoe Woodbury12-May-04 10:27 
GeneralRe: Non Recursive Folder Traversal Pin
David Crow13-May-04 2:16
David Crow13-May-04 2:16 
GeneralRe: Non Recursive Folder Traversal Pin
Joel Lucsy13-May-04 3:58
Joel Lucsy13-May-04 3:58 
GeneralCFileDialog inside CPropertySheet Pin
Maxer12-May-04 5:46
Maxer12-May-04 5:46 
GeneralRe: CFileDialog inside CPropertySheet Pin
David Crow12-May-04 6:33
David Crow12-May-04 6:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.