Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,143

    Re: I have a question.

    That path that was printed shows the folder that the program is looking in when it tries to read the file.
  2. Replies
    6
    Views
    1,143

    Re: I have a question.

    Put this in your program and see what it prints:

    System.out.println("Where are we="+new File("Here I Am").getAbsolutePath());

    It should show you the path to a file in the current directory.
Results 1 to 2 of 2