View Single Post
  #1  
Old 06-19-2006, 02:22 PM
jaylab jaylab is online now
Registered User
 
Join Date: 06-27-2004
Location: Boston
Posts: 13
How do I get the filename output??

When I build a VB project I get the follwoing infomration logged:

6/19/2006 3:14:53 PM: Building project step 'SPEL'...
Step default property 'Filename' = 'C:\vb6project.vbp'
building...
Build of 'vb6project.dll' succeeded.

Is there a property or anything I can call to get the output file name (vb6project.dll) from above? I've tried using Step.Property to no avail.

Thanks.
Reply With Quote