Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Thread: Renaming a file

    by Norm
    Replies
    10
    Views
    1,556

    Re: Renaming a file

    See the Java SE 1.7 API doc for those classes: FileSystem and WatchService
    for a description of what they can do.
  2. Thread: Renaming a file

    by Norm
    Replies
    10
    Views
    1,556

    Re: Renaming a file

    Another approach could be to use a FileSystem WatchService to wait for the creation of the file.
Results 1 to 2 of 2