Implement read_file
This commit is contained in:
parent
bca4bded1b
commit
32955da03f
@ -103,7 +103,7 @@ impl Macro for ReadDir {
|
|||||||
identifier: "read_dir",
|
identifier: "read_dir",
|
||||||
description: "Read the content of a directory.",
|
description: "Read the content of a directory.",
|
||||||
group: "filesystem",
|
group: "filesystem",
|
||||||
inputs: vec![],
|
inputs: vec![ValueType::String],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -174,7 +174,7 @@ impl Macro for ReadFile {
|
|||||||
identifier: "read_file",
|
identifier: "read_file",
|
||||||
description: "Read file contents.",
|
description: "Read file contents.",
|
||||||
group: "filesystem",
|
group: "filesystem",
|
||||||
inputs: vec![],
|
inputs: vec![ValueType::String],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user