Is there a way to detect locked files in specify folder and release them by command line? Something like this (pseudo code):
for file in folder
do
unlock file
done
Thanks
Is there a way to detect locked files in specify folder and release them by command line? Something like this (pseudo code):
for file in folder
do
unlock file
done
Thanks