I want to create a file using nant script. Like mkdir any command is awailable in nant script for creating a text or doc file?
You can use <touch>
task to create files (or update their timestamps). Using <echo>
you can output plain text to a file. <xmlpoke>
allows manipulating XML files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With