| Author |
Create new file in directory with JavaFX
|
arturas zarkys
Greenhorn
Joined: Jan 26, 2011
Posts: 4
|
|
I have one more problem (thankfully this problem is last one)...
How can I create new file with JavaFx ?
For Example, how can I create data.txt file in c:\ directory (ex: c:\data.txt) ?
Can anybody know how to solve this problem ?
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2693
|
|
arturas zarkys wrote:I have one more problem (thankfully this problem is last one)...
How can I create new file with JavaFx ?
For Example, how can I create data.txt file in c:\ directory (ex: c:\data.txt) ?
Can anybody know how to solve this problem ?
You can always use Java APIs for that. Check out java.io.File and related APIs in java.io package.
|
Mohamed Sanaulla | My Blog
|
 |
 |
|
|
subject: Create new file in directory with JavaFX
|
|
|