CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    California
    Posts
    1

    Java And Universal File Names

    Can any version of Java use Universal File Names? For example, if a Windows NT server named "server1" has a share named "share1" and a file in the share directory called "file1", can a Java application access a file1 with a path name such as:
    \\server1\share1\file1
    or
    //server1/share1/file1

    Thanks.


    <I am Eric B. Wilson>

  2. #2
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: Java And Universal File Names

    See JDK1.2 documentation for 'java.io.File' I think it says it supports UNC paths.

    - UnicMan
    http://members.tripod.com/unicman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured