Search:

Type: Posts; User: helloworld922

Search: Search took 0.11 seconds.

  1. Re: how to get full path name from realtive path

    isn't that the point of relative paths? so you don't have to type out the whole current directory?

    If you need a different directory (without knowing the complete address before-hand), this link...
  2. Re: how to get full path name from realtive path

    Create one then :P

    File myFile = new File("file.txt");
    myFile.getAbsolutePath();
  3. Re: how to get full path name from realtive path

    You can use the getAbsolutePath() method in File.
Results 1 to 3 of 3