advanced code snippet search
joaocosta on 09/22/07
javafileio
09/22/07 09:54am
3 people have marked this snippet as a favorite
lfmingozdroshnyartipton
File f = new File(args[0]); if (f.exists()) { } else { }
Report this snippet Tweet
Comment:
You need to login to post a comment.