How retrive full path with file name or folder name in Delphi 2010

Posted by Dev on Stack Overflow See other posts from Stack Overflow or by Dev
Published on 2010-03-21T14:33:56Z Indexed on 2010/03/21 14:41 UTC
Read the original article Hit count: 425

Filed under:

Sir, I create a project, where I use ShellTreeView, ShellListView, ListView. Now I drag folder from ShellTreeView and files from ShellListView. Now I want to retrieve file name including full path (like: c:\abc\file.txt) or folder (like C:\abc). For retrieving the path I use a command button and a text box. What will the code?

Dev

© Stack Overflow or respective owner

Related posts about delphi