SharpFS -- A Virtual FileSystem for .NET

FileManager.Requested Method 

[This is preliminary documentation and subject to change.]

Checks whether or not a request has been submitted for a file.

public bool Requested(
   string fileName
);

Parameters

fileName
The file to look for.

Return Value

Whether or not a request has been submitted.

See Also

FileManager Class | SharpFS Namespace