Forum Discussion
- JHuntCommunity Hero
// String contents = ... new File("myfolder").mkdirs() new File("myfolder/mydoc.xml").text = contents
- zellaheeNew Contributor
My codes and it works:
def path = new com.eviware.soapui.support.GroovyUtils( context) // Getting relative path
def bkpath = (path.projectPath + "\\yourFolder\\")
//log.info(bkpath)
def folderName = ("XXXX" + variable)
def RMDir = new File("$bkpath/$folderName") // Path of folder to create
//log.info(RMDir)
RMDir.mkdir()//Writing external file
def xxxx = context.expand('${Export_xxxxx#Response}')
new File("${RMDir}/" + "xxxx.xml").write( xxxx )
Related Content
- 2 years ago
- 3 years ago
Recent Discussions
- 7 days ago