Garcia-Prieto
Sent: maandag 25 oktober 2004 4:00
To: 'Nant Users'
Cc: 'Gert Driesen'
Subject: RE: [Nant-users] Writing a custom function using VB script
Thanks Gert,
That will help!
I am using a
Title: RE: [Nant-users] Writing a custom function using VB script
Thanks Gert,
That will help!
I am using a recent nightly build, however I didn't know about fileversioninfo::get-version-info(). I just had another look at the online documentation and I noticed that the function i
Hi Eduardo,
Function is a reserved keyword in VB, therefor you need to escape it by
surrounding it with braces :
<[Function]("get-file-version-string-vb")> _
Public Function .
By the way, you no longer need to define functions for accessing a file's
version yourself: in very