Search:

Type: Posts; User: pbrockway2

Search: Search took 0.17 seconds.

  1. Re: Creating a new directory using new File().mkdir()

    Assign the valuex the mkdir returns to some variable, then print that value. I don't know what copeg had in mind (if amything - it may just be that since mkdir() returns a value it wouls be good to...
  2. Re: Creating a new directory using new File().mkdir()

    Now at j-f.org Creating a new directory using new File().mkdir().

    Please, if you start a discussion at multiple places place a link at each to the others. That way everyone taking part knows what...
  3. Re: Creating a new directory using new File().mkdir()

    And (d) that you have sufficient rights to create the directory.

    As well as checking what mkdir() returns you could also check what "new File(path)" actually creates to make sure the directory you...
Results 1 to 3 of 3