Manual error for FileAttributes
Posted: Tue Feb 09, 2021 6:10 pm
The example of the subject function is incorrect.
it states
OpenFile(1, "test.txt")
t = FileAttributes("test.txt")
when should be
OpenFile(1, "test.txt")
t = FileAttributes(1)
it states
OpenFile(1, "test.txt")
t = FileAttributes("test.txt")
when should be
OpenFile(1, "test.txt")
t = FileAttributes(1)