Jeff Verdegan wrote:
Koen Aerts wrote:
Rob Spoor wrote:
Jeff Verdegan wrote:The java.io classes that deal with files only work on the local file system.
Not completely true. java.io.File can handle network shares as long as a) the local system is Windows, b) the share is a Windows share, and c) the user running the Java code has access to the share.
Local system doesn't need to be Windows. I've used File on a UNIX systems with mount point (using Sharity Light) to a Windows share.
Yeah, but is is mounted so that it's visible as a local file system, such as /mnt/my_windows_drive? Or were you specifying the remote host in the File object?
Rob Spoor wrote:
Jeff Verdegan wrote:The java.io classes that deal with files only work on the local file system.
Not completely true. java.io.File can handle network shares as long as a) the local system is Windows, b) the share is a Windows share, and c) the user running the Java code has access to the share.
david jeche wrote:ok well i have tried to take a look at the htm lunit library but im not getting much information from Google