6,834
edits
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
|parameter1 = string filePath The path to the file. | |parameter1 = string filePath The path to the file. | ||
|returnTypes = string | |returnTypes = string | ||
|usage = fetch all text inside a file as a string | |usage = fetch all text inside a file as a string, or null if there was a failure | ||
|returnInfo = the text fetched, as a string, which could be an empty string | |returnInfo = the text fetched, as a string, which could be an empty string if the file is blank, or null if a failure occurred (e.g. if the file was not found, or the file can't be opened) | ||
|returnFail1 = null n/a | |returnFail1 = null n/a | ||
}} | }} |
edits