Class FileDeleteFunction
public class FileDeleteFunction : GenericFunction<StringResult>
- Inheritance
-
FileDeleteFunction
- Inherited Members
Constructors
FileDeleteFunction()
public FileDeleteFunction()
Fields
Identifier
public const string Identifier = "fileDelete"
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