Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Pedro Silva   on Apr 19 In Java Category.

  
Question Answered By: Shobhana R.   on Apr 19

you can create a new instance of filereader
like
FileReader fr = new FileReader(..............) //complete syntax
see book/
and then use the command if
File f1 = new File("ex.test");
if f1.exists();

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Find a file in system Or get search suggestion and latest updates.


Tagged: