1
vote
2answers
167 views
How to determine if a file will be logically moved or physically moved.
The facts:
When a file is moved, there's two possibilities:
The source and destination file are on the same partition and only the file system index is update …
2
votes
How do I use Java to read from a file that is actively being written?
You might also take a look at java channel for locking a part of a file.
http://java.sun.co …
2
votes
How to determine if a file will be logically moved or physically moved.
Ok I'm on something :)
Using JNA I am able to call the Win32 API (and *nix API too) from jav …
