Forum Discussion
Jan_Stepan
16 years agoOccasional Contributor
We've relosved this in the other post. To load a file the code should be
Thanks in advance for help with other questions I will have in the future.
def findwindowsProperties = new java.util.Properties();
findwindowsProperties.load( new java.io.FileInputStream( "C:/Temp/Properties.txt" + context.expand('${#TestSuite#Properties.txt}' ) ));
Thanks in advance for help with other questions I will have in the future.