Class FileExistsFunction
public class FileExistsFunction : GenericFunction<StringResult>
- Inheritance
-
FileExistsFunction
- Inherited Members
Constructors
FileExistsFunction()
public FileExistsFunction()
Fields
Identifier
public const string Identifier = "fileExists"
Field Value
Properties
NativeParameters
protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }
Property Value
ReturnTypes
protected override IEnumerable<ResultType> ReturnTypes { get; }
Property Value
Methods
Invoke(TokenLocation, Interpreter, StringResult)
protected override BoolResult Invoke(TokenLocation callLocation, Interpreter interpreter, StringResult argument1)
Parameters
callLocation
TokenLocationinterpreter
Interpreterargument1
StringResult