protected FileSystemProvider ()

Initializes a new instance of this class.

During construction a provider may safely access files associated with the default provider but care needs to be taken to avoid circular loading of other installed providers. If circular loading of installed providers is detected then an unspecified error is thrown.

Exceptions:
SecurityException     If a security manager has been installed and it denies RuntimePermission("fileSystemProvider")