Cheddi Chinnodu Posted March 9, 2011 Report Posted March 9, 2011 [code]def renameBadsInPassIn = {source, bad -> def loc = getLandingLocationsBySource(source) if (loc == null){ println "No LandingLocations for capture source $source - skip bad file ${bad} " return } def badFile = new File(bad) def index = badFile.getName().lastIndexOf('.'); def filename=null if (index>0&& index <= badFile.getName().length() - 2 ) { filename=badFile.getName().substring(0, index) } def eof=filename+".eof" def eofFile = new File(eof) def impFile=filename+".bad" File f=new File(impFile) def rst=badFile.renameTo(f) if (rst == false){ totalError++ println "Cannot rename bad file ${bad} to ${impFile}" return } if (!eofFile.exists()){ rst = eofFile.createNewFile(); if (!rst){ totalError++ println "Cannot create eof file ${eof}" return } eofFile.setReadable(true, false) } totalRename++ println "Rename imp file ${bad} To ${impFile}"}[/code]I wrote this code to rename a file with extension .bad to .imp and create a new file with same name and extension .eofI dont know why its not working..please help me *<:( *<:( *<:(
Deletedid1 Posted March 9, 2011 Report Posted March 9, 2011 [img]http://www.gifsoup.com/view1/1351924/benzbabuposts-o.gif[/img]
Cheddi Chinnodu Posted March 9, 2011 Author Report Posted March 9, 2011 [size=12pt]def renameBadsInPassIn = {source, bad -> def loc = getLandingLocationsBySource(source) if (loc == null){ println "No LandingLocations for capture source $source - skip bad file ${bad} " return } def badFile = new File(bad) def index = badFile.getName().lastIndexOf('.'); def filename=null if (index>0&& index <= badFile.getName().length() - 2 ) { filename=badFile.getName().substring(0, index) } def eof=filename+".eof" def eofFile = new File(eof) def impFile=filename+".bad" File f=new File(impFile) def rst=badFile.renameTo(f) if (rst == false){ totalError++ println "Cannot rename bad file ${bad} to ${impFile}" return } if (!eofFile.exists()){ rst = eofFile.createNewFile(); if (!rst){ totalError++ println "Cannot create eof file ${eof}" return } eofFile.setReadable(true, false) } totalRename++ println "Rename imp file ${bad} To ${impFile}"}[/size]
dkchinnari Posted March 9, 2011 Report Posted March 9, 2011 [img]http://www.gifsoup.com/view4/1535281/athadu-o.gif[/img] @3$% @3$%
Cheddi Chinnodu Posted March 9, 2011 Author Report Posted March 9, 2011 [quote author=BENZBABU link=topic=165263.msg1987560#msg1987560 date=1299693710][img]http://www.gifsoup.com/view1/1351924/benzbabuposts-o.gif[/img][/quote]em jiffu esav baa sSa_j@il sSa_j@il
htnamus Posted March 9, 2011 Report Posted March 9, 2011 [quote author=Cheddi Chinnodu link=topic=165263.msg1987567#msg1987567 date=1299693736]em jiffu esav baa sSa_j@il sSa_j@il[/quote]ade venky paper chusi kallu bairlu kammutayi chudu adi esadu ...benz tachinically ficcha strong kada LoL.1q LoL.1q LoL.1q
Cheddi Chinnodu Posted March 9, 2011 Author Report Posted March 9, 2011 [quote author=HS link=topic=165263.msg1987564#msg1987564 date=1299693730]u java boy ... *u( *u([/quote][img]http://www.bewarsetalk.net/discus/movieanimated8/bemmi.sarle.gif[/img] help chey baa *7*^ *7*^
Cheddi Chinnodu Posted March 9, 2011 Author Report Posted March 9, 2011 [quote author=HS link=topic=165263.msg1987569#msg1987569 date=1299693782]ade venky paper chusi kallu bairlu kammutayi chudu adi esadu ...benz tachinically ficcha strong kada LoL.1q LoL.1q LoL.1q[/quote] @3$% @3$% @3$% @3$%
skchinnari Posted March 9, 2011 Report Posted March 9, 2011 [quote author=BENZBABU link=topic=165263.msg1987560#msg1987560 date=1299693710][img]http://www.gifsoup.com/view1/1351924/benzbabuposts-o.gif[/img][/quote] @gr33d
dkchinnari Posted March 9, 2011 Report Posted March 9, 2011 [quote author=Cheddi Chinnodu link=topic=165263.msg1987567#msg1987567 date=1299693736]em jiffu esav baa sSa_j@il sSa_j@il[/quote]benz post lkau manam ese jiff baa @3$% @3$% @3$%
Deletedid1 Posted March 9, 2011 Report Posted March 9, 2011 [quote author=vishwamithra link=topic=165263.msg1987582#msg1987582 date=1299693847]benz post lkau manam ese jiff baa @3$% @3$% @3$%[/quote] *7*^
ladysfinger Posted March 9, 2011 Report Posted March 9, 2011 LoL.1q LoL.1q LoL.1q LoL.1q[quote author=vishwamithra link=topic=165263.msg1987582#msg1987582 date=1299693847]benz post lkau manam ese jiff baa @3$% @3$% @3$%[/quote]
dkchinnari Posted March 9, 2011 Report Posted March 9, 2011 [quote author=BENZBABU link=topic=165263.msg1987588#msg1987588 date=1299693883] *7*^[/quote][img]http://www.gifsoup.com/view4/1535281/athadu-o.gif[/img]
PMREDDY19 Posted March 9, 2011 Report Posted March 9, 2011 answer dorikinadhaa..???nenu maa chellini aduguthunna if she can find out the issue.. manaki kuda javani chusthey... inthey ...[quote author=BENZBABU link=topic=165263.msg1987560#msg1987560 date=1299693710][img]http://www.gifsoup.com/view1/1351924/benzbabuposts-o.gif[/img][/quote]
Recommended Posts