Method Name

Method which tells the file is locked by Operating system in java
[72 byte] By [LabanyaRoya] at [2007-9-30 1:37:05]
# 1

Try:

class java.nio.channels.FileChannel methods tryLock, lock

This is the access to the locking operating system capabilities (like the flock system call in Unix) . It is different from checking "access denied" errors when the file is an executable one and is being executed in Windows, for instance.

edsonwa at 2007-7-16 6:14:24 > top of Java-index,Other Topics,Algorithms...