aspose file tools
The moose likes Beginning Java and the fly likes using a RandomAccessFile Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "using a RandomAccessFile" Watch "using a RandomAccessFile" New topic
Author

using a RandomAccessFile

Komal Amaresh
Ranch Hand

Joined: Oct 06, 2008
Posts: 67
Dear Sir,

Does a RandomAccessFile() class create a new file if the file mentioned does not exist

Does the above code create the 'File1.txt' in the ka3 folder if i call the above code in a method throwing IOException, if the file does not exist.

Thanks in advance,

with regards,
Komal
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35236
    
    7
The javadocs of the RandomAccessFile constructors answer this question.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: using a RandomAccessFile
 
Similar Threads
File I/O
java.io.package
File Exists
renameTo method in io package...
Problem when executing runnable jar file.