Click here to Skip to main content
15,904,500 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Java 7 listen for file/directory change in Server URL Folder (Ex: "https://XXX.XX.XXX.XX:8080/apk")
Posted
Comments
Nelek 14-Apr-14 4:54am    
Please don't think we can read minds or do astral projections to see your monitor. If you need help, the least you could do is to add some relevant code to your question or to explain your problem in such a way, that the users of CP can understand it. Otherwise, nobody will be able to help you.

1 solution

Are you asking if this is possible ?

I've never seen it used like you have.

Are you looking for an example File watcher ?

Java 7 listen for file/directory change[^]


/Darren
 
Share this answer
 
Comments
Nagesh Reddy 14-Apr-14 5:42am    
I know File Watcher will works only on local folders or directories(Ex. D:\\Folder-name). But The same requirement in Server folder like "https://XXX.XX.XXX.XX:8080/folder-name"
Path dir = Paths.get("D:\\folder_name"); Is same thing is possible in

Path dir = Paths.get("https://XXX.XX.XXX.XX:8080/folder-name");
If possible How?
Darren_vms 15-Apr-14 4:24am    
I've never seen it used like that, and looking at the docs http://docs.oracle.com/javase/tutorial/essential/io/pathOps.html I don't believe its possible

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900