| Author |
Define "FileSystem" on OS/2 used with "WatchService"
|
G Lee
Greenhorn
Joined: Jun 16, 2012
Posts: 2
|
|
Hello,
I need monitor the file changes of a folder on OS/2 system. I've been trying to use the new "WatchService" in Java 7, anyone knows how to do it?
(the "getDefaultSystem" won't work!)
Thanks!
|
 |
Mike Simmons
Ranch Hand
Joined: Mar 05, 2008
Posts: 2781
|
|
Well, how exactly does it not work? You're using, what, FileSystems.getDefault()? Or something else? And does it throw an exception of some sort? Return null? Or what?
You might try calling FileSystemProvider.installedProviders() to see what it returns, and then get a FileSystem from one of the providers.
|
 |
G Lee
Greenhorn
Joined: Jun 16, 2012
Posts: 2
|
|
Thanks a lot Mike! I will give it a try tomorrow!
best!
glenn
|
 |
 |
|
|
subject: Define "FileSystem" on OS/2 used with "WatchService"
|
|
|