My pages
Projects
Communities
java.net
java.net
>
Wiki
>
Javapedia
>
FileSystems
Get Involved
About java.net
Request a Project
Publicize your Project
Submit Content
java-net Project
Site Help
Report Inappropriate Content
Get Informed
Articles
Weblogs
Events
java.net Online Books
java.net Archives
Get Connected
java.net Forums
Wiki
and
Javapedia
People
,
Partners
, and
Jobs
Java User Groups
RSS Feeds
Search
Web and Projects:
Online Books:
Advanced Search
Home
|
Help
|
Changes
|
Index
|
Search
| Go
FileSystems
File Systems
are a device for orginizing
Files
in
Directorys
or
Folders
.
java.io.File
permits access to any file accessible from your computer using the regular filesystem interface. Sometimes you may want to access files in other ways.
Apache Commons IO
- Utilities for working with IO (input/output) including files and filing systems
Apache Commons Net
- Library of networking protocol implementations, including
FTP
Apache Commons VFS
- A single
API
view over multiple filing systems
JakartaSlide
?
(
http://jakarta.apache.org/slide/
) provides a
WebDAV
client in Java
the
NetBeans
filesystem abstraction layer:
http://openide.netbeans.org/fs/
WebNfs
?
:
http://wwws.sun.com/software/webnfs/
FAM:
http://oss.sgi.com/projects/fam/
(is there a Java binding?)
Jsr203:
http://jcp.org/en/jsr/detail?id=203
ClassLoader#getResource
?
(String name) (to read ressources from classpath, including own
JAR
)
file://
URL
Connection (within
J2EE
App Servers)
Discussion about
FileSystems
Topic
FileSystems
. {
Edit
|
Ref-By
|
Printable
|
Diffs
r5
<
r4
<
r3
<
r2
<
r1
|
More
}
java.net
RSS
Revision r5 - 31 Jul 2007 - 09:55:25 - Main.scolebourne