Hi All,Is there ant command line tool for directory creation ?I dnt want to use "mkdir" command.I am using TS 6.7.1.Thanks in advance.
There is not a CLT you can use. There is a perl module that you can use. I use this in my generate content script that runs in the workflow.File:ath mkpath()
Hi..I want to use this CLT in my ipl file.This ipl is run by a non-os user which cant run "mkdir" command.I am using unix.