Skip to content

dc1afad1 171e db33 da2b bc975c650f84

AnyOldName3 edited this page Apr 12, 2017 · 1 revision

Source.HasRegularFile Method

Gets whether or not this source or a predecessor controls the specified regular (i.e. non-directory) file.

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

Syntax

C#

public abstract bool HasRegularFile(
	string path
)

VB

Public MustOverride Function HasRegularFile ( 
	path As String
) As Boolean

C++

public:
virtual bool HasRegularFile(
	String^ path
) abstract

F#

abstract HasRegularFile : 
        path : string -> bool 

Parameters

 

path
Type: System.String
The file path being queried

Return Value

Type: Boolean
Whether or not this source or a predecessor controls the specified file.

See Also

Reference

Source Class
LVFS.External Namespace

Clone this wiki locally