+ 5
SOLVED ◇ Custom file suffix-extension reading and writing
can you write or read a file other than .txt? Can you create custom files for ex.: "my file.asd" and read from it? Also what if you open a certain file with the runnable .exe file, can you handle this option? (the .asd is a suffix i just thought of)
4 odpowiedzi
+ 6
Yes you can provide any file extension. You can also read in the bytes of a binary executable.
+ 2
Yes you can.
0
Good and true.