Question 1: I am using Get Special Folder (CSIDL_APPDATA ) which returns me ( C:\Documents and Settings\[my login name]\ )

My question is how do I get the parent folder's full path (in this case answer should be (C:\Documents and Settings)?


Question 2: I am using Setupbuilder 7.1. Will "Handle File Listing" give me a list of files and folders?

I specifically want to traverse through all folders in a particular directory.

Would appreciate any help on this, Thanks.