Instructions:
Just copy the file and use this code:EXEC "PRG3:FS.LIB"Example:
FS$=FS_GET(FS$,"file") 'Will return nothing, because FS is empty FS$=FS_SET(FS$,"file","contents") 'Will write "contents" to file FS$=FS_DEL(FS$,"file") 'Will remove file F$=FS_CONV("yay") 'Just fixes certain chars and would mainly be used in the program