Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    10
    Views
    1,768

    Re: Input file Not Opening =/

    Change the name to inputFile2
  2. Replies
    10
    Views
    1,768

    Re: Input file Not Opening =/

    Programmers should change their Windows Explorer settings to show all file extensions.
  3. Replies
    10
    Views
    1,768

    Re: Input file Not Opening =/

    Good old MS will hid the extension depending on your settings. The filename could be: Deposits.txt.txt
  4. Replies
    10
    Views
    1,768

    Re: Input file Not Opening =/

    Use the full path in the File class's constructor.

    What was printed out when you printed the absolute path?
  5. Replies
    10
    Views
    1,768

    Re: Input file Not Opening =/

    The program is not able to find that file. Either the name is misspelled or the file is not in the correct location.
    Print out the value of the File object's absolute path to see where the program...
Results 1 to 5 of 5