Writing an application to access local file system
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Hi all, I was asked to write a desktop application to access a local file system and to be able to return the path of a selected directory. Does anyone have any idea how i can do this?
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
posted
0
mmwlam The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please choose a new name which meets the requirements. Check out this thread on directory selection: http://www.javaranch.com/ubb/Forum33/HTML/001305.html Thanks.
"JavaRanch, where the deer and the Certified play" - David O'Meara
Brian Snyder
Ranch Hand
Joined: Feb 03, 2001
Posts: 142
posted
0
I was fooling around with this. Check out my code. It asscess the native enironment:
Brian Snyder
Ranch Hand
Joined: Feb 03, 2001
Posts: 142
posted
0
I just reread your question. I don't think this answers it. The below cose only allows you to open a file.
Originally posted by Brian Snyder: [B]I was fooling around with this. Check out my code. It asscess the native enironment: [/B]
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Writing an application to access local file system