Results 1 to 3 of 3
Thread: File management API
- 12-24-2010, 08:52 AM #1
Member
- Join Date
- Nov 2010
- Posts
- 2
- Rep Power
- 0
File management API
Does java has a file management API which i can use to create directory, and copy files from several locations inside it. I can manually copy a file using streams but what i am looking forward to is an api like :
copyFile(sourceFilePath,destinationDirectory) which will copy the file in sourceFilePath to destinationDirectory.
mkdir(destinationDirectory)
- 12-24-2010, 04:12 PM #2
- 12-25-2010, 01:40 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 26
Haven't you search the web or Java DOC API. You can find lots of related stuff.
Similar Threads
-
password management
By Stephen Douglas in forum New To JavaReplies: 6Last Post: 07-23-2010, 12:17 PM -
session management
By rakesh_n_mehta in forum Web FrameworksReplies: 7Last Post: 09-22-2009, 08:02 PM -
library management
By jyothi.priyanka in forum New To JavaReplies: 25Last Post: 03-11-2009, 06:11 PM -
how to read openproj(Projity) file i.e. ,POD file(Project Management file)
By mahendra.athneria in forum New To JavaReplies: 0Last Post: 02-11-2009, 10:53 AM
Bookmarks