Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    6
    Views
    1,439

    Re: Reading and writing file

    Some OSs have utilities to copy files. Perhaps you could execute one of them to do the copy.
  2. Replies
    6
    Views
    1,439

    Re: Reading and writing file

    That sounds like magic: no reading or writing.
    To copy a file, the source must be read and the new file written.
  3. Replies
    6
    Views
    1,439

    Re: Reading and writing file

    The JFileChooser class is useful for allowing a user to choose a file to open.

    For reading from and writing to a file, the RandomAccessFile is useful.
Results 1 to 3 of 3