Good Morning,
The folder contains a lot of EXE files.
How do I know if one or more files are in use?
I need something like this...
Test = File.IsInUse(_WindowsFolder.."\\*.exe");
Thanks
The folder contains a lot of EXE files.
How do I know if one or more files are in use?
I need something like this...
Test = File.IsInUse(_WindowsFolder.."\\*.exe");
Thanks
Comment