BUCL.io / readfile
Liest den Inhalt einer Datei.
Beispiel
{res} readfile "test.txt"
{res} readfile "test.txt"
Quellcode
#readfile
#description: Reads content of a file
#description-DE: Liest den Inhalt einer Datei.
#sample: {res} readfile "test.txt"
#to test direct: {input} = "test.txt"
{output} fetch "file://{input/0}"
#readfile#description: Reads content of a file#description-DE: Liest den Inhalt einer Datei.#sample: {res} readfile "test.txt"#to test direct: {input} = "test.txt"{output} fetch "file://{input/0}"