
Folder : The path to start parsing from
Package : The root path
Export : The path/file to export to
Step 1 : Parse
Step 2 : Export
Example
if we have a folder structure
c:\wwwroot\cffiles\index.cfm
c:\wwwroot\cffiles\com\viralburn\proj1\Class1.cfc
c:\wwwroot\cffiles\com\viralburn\proj1\Class2.cfc
c:\wwwroot\cffiles\com\viralburn\utils\UtilClass.cfc
Then we would set
Folder = c:\wwwroot\cffiles\
Package = c:\wwwroot\cffiles\
However ... if we only wanted to parse the proj1 files
Folder = c:\wwwroot\cffiles\com\viralburn\proj1\
Package = c:\wwwroot\cffiles\
This tells the parser to still use the rest of the folder info to generate the package name