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

    To:poochie (Windows Directory)

    What I mean by Windows Directory is that it could tell me the harddrive as well as windows dir
    e.g if the use is runnig Windoews it returns
    C:\windows or
    and NT it returns C:\Winnt
    That is what I mean by Getting the Windows Directory

    so how can I do this in Java

    CODER '99

    "I think I am - therefore I am"

  2. #2
    Join Date
    Sep 1999
    Location
    Madurai , TamilNadu , INDIA
    Posts
    1,024

    Re: To:poochie (Windows Directory)


    AFAIK , there is no pure java solution to get the system dependent variables. As the other
    guy suggest , create an ini file and read those informations from it.

    Poochi...


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