Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHello,
From the code you posted it looks like you've added two spaces in the path, it should be like this:
You can verify by doing something like log.info("[$filename]")
which will show you if you have any spaces surrounding the path.
Regards,
Dain
eviware.com
From the code you posted it looks like you've added two spaces in the path, it should be like this:
def filename = context.expand('${#MockService#InputFile}')You can verify by doing something like log.info("[$filename]")
which will show you if you have any spaces surrounding the path.
Regards,
Dain
eviware.com