Table of Contents

Class FileExistsFunction

Namespace
StepLang.Framework.Other
Assembly
StepLang.dll
public class FileExistsFunction : GenericFunction<StringResult>
Inheritance
FileExistsFunction
Inherited Members

Constructors

FileExistsFunction()

public FileExistsFunction()

Fields

Identifier

public const string Identifier = "fileExists"

Field Value

string

Properties

NativeParameters

protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }

Property Value

IEnumerable<NativeFunction.NativeParameter>

ReturnTypes

protected override IEnumerable<ResultType> ReturnTypes { get; }

Property Value

IEnumerable<ResultType>

Methods

Invoke(TokenLocation, Interpreter, StringResult)

protected override BoolResult Invoke(TokenLocation callLocation, Interpreter interpreter, StringResult argument1)

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 StringResult

Returns

BoolResult