WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

FileInfoExtensions..::..IsBlockedBy Method

if true the file is blocked

Namespace:  System.IO
Assembly:  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

Return Value

True if blocked