Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
help me shong to check if file is open or not
Hi,
You could implement a software lock yourself within Talend - create a file called {file to lock}.LCK and put the datetime stamp inside it. then start using the file, if the LCK file exists already, it means its in use. When you are done using the file, delete the LCK file.