Reference in Script action
Is there some way to do something like:
<reference object="Scripting.FileSystemObject" />
within a script action?
The thing that I want to do is to use constants like IOMode.ForReading without having to define them myself.
Thanks.
|