until 7z v4.42, there's no explicit switch to store the full path that I could find...
if we have : [folder_name\file*.ext] then only the filenames are saved,
if we want to include the path, we have to include something like [folder_name\*] or only [folder_name\]
for examples:
7za a test01 \vcl\thtml\otherdemos\avi will give us [avi\all_files]
but
7za a test02 \vcl\thtml\otherdemos\avi\*.* will give us [all_files] but no path info were stored
thus, like in CnPack, we use [7za a file_name @list_of_file] and no something like [\myprj\prj_name\*] in the list, no path will be stored.
One entry about full-path in 7z forum:
http://sourceforge.net/forum/forum.php?thread_id=1782946&forum_id=45797
I'll keep checking the forum
---
Delphi 7 Pro/CnPack 0.8.2.328_Unstable Build 2007.07.24/XPsp2