Skip to content

4cafdc44 07b4 0e64 ddda 2168c520670d

AnyOldName3 edited this page Apr 12, 2017 · 1 revision

Source.GetFileInformation Method

Gets file information for the file with the specified path (if it exists in this source or a predecessor), or null otherwise.

Namespace: LVFS.External
Assembly: LVFS (in LVFS.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public abstract Nullable<FileInformation> GetFileInformation(
	string path
)

VB

Public MustOverride Function GetFileInformation ( 
	path As String
) As Nullable(Of FileInformation)

C++

public:
virtual Nullable<FileInformation> GetFileInformation(
	String^ path
) abstract

F#

abstract GetFileInformation : 
        path : string -> Nullable<FileInformation> 

Parameters

 

path
Type: System.String
The file path to get the information for

Return Value

Type: Nullable(FileInformation)
A nullable FileInformation struct for the requested file.

See Also

Reference

Source Class
LVFS.External Namespace

Clone this wiki locally