How retrive full path with file name or folder name from ShellTreeView/ShellListView
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
16:51 UTC
Read the original article
Hit count: 379
delphi
|delphi-2010
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