FileInfoExtensions..::..IsBlockedBy Method
if true the file is blocked
Namespace:
System.IOAssembly: Walter (in Walter.dll)
Syntax
public static bool IsBlockedBy( this FileInfo file, out Nullable<IReadOnlyList<Process>> processes )
Parameters
- file
- Type: FileInfo
the file to test, if null will always return false
- processes
- Type: Nullable<(Of <(<'IReadOnlyList<(Of <(<'Process>)>)>>)>)>%
the processes found to be blocking the file

