Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: can't use the file declared in other thread

    Huh? Creating an instance of File is not the same thing as creating a file on disk.
  2. Re: can't use the file declared in other thread

    Your file variables are declared inside the try block of a run method. To make them available in a wider scope, declare them in a wider scope.
Results 1 to 2 of 2