Forum Discussion

Usha_Kodali's avatar
Usha_Kodali
Frequent Contributor
16 years ago

searching for a word in properties

Hi, I have following code filename = context.expand( '${projectDir}\\scheduledatetime.properties' ) file = new java.io.File( filename ) def props // if the file exists,read the file and set the...