rkligman
10-19-2005, 11:29 AM
Using the Wizard to Unzip a file there is a line that says:
-- Where do you want to extract the files to?
g_ZipExtractDest = _SourceFolder;
Now I know what %SourceFolder% is. TU automatically sets this. But I see noplace where _SourceFolder gets set and I can only assume that %SourceFolder% and _SourceFolder are interchangeable.
So how does _SourceFolder get set?
-- Where do you want to extract the files to?
g_ZipExtractDest = _SourceFolder;
Now I know what %SourceFolder% is. TU automatically sets this. But I see noplace where _SourceFolder gets set and I can only assume that %SourceFolder% and _SourceFolder are interchangeable.
So how does _SourceFolder get set?