<exec dir="${build-dir}" executable="attrib.exe">
<arg line="-r ${fileName}" />
</exec>
Could anybody tell me what does the middle (<arg line="-r ${fileName}" />)
line do?
Thanks
- RE: <arg line> Pinar Bicioglu
- RE: <arg line> Joe Fisher
<exec dir="${build-dir}" executable="attrib.exe">
<arg line="-r ${fileName}" />
</exec>
Could anybody tell me what does the middle (<arg line="-r ${fileName}" />)
line do?
Thanks