IFile Interface

Provides access to a method that opens a file.

Members

Name Description
Method Open Opens the specified file.

IFile.Open Method

Opens the specified file.

Public Sub Open ( _
    ByVal FileName As String, _
    ByVal permission As esriFilePermission _
)
public void Open (
    string FileName,
    esriFilePermission permission
);

Classes that implement IFile

Classes Description
FileStream Specialized kind of IStream for files.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.