match


Description:

public MediaFactory match (string path, out int matched)

Find the factory in this that has the longest match with path.

If matched is null, path will match the factory exactly otherwise the amount of characters that matched is returned in matched.

Parameters:

this

a MountPoints

path

a mount point

matched

the amount of path matched

Returns:

the MediaFactory for path. unref after usage.