If I want to use FILESTREAM do I need to use cpp..
Monkey Forums/Monkey Beginners/If I want to use FILESTREAM do I need to use cpp..
| ||
| java or cs ? I presume it does not work with HTML 5?
Import brl.stream
#If Not BRL_FILESTREAM_IMPLEMENTED
#If LANG="cpp" Or LANG="java" Or LANG="cs"
#BRL_FILESTREAM_IMPLEMENTED=True
Import "native/filestream.${LANG}"
#Endif
#Endif
#If Not BRL_FILESTREAM_IMPLEMENTED
#Error "Native FileStream class not implemented."
#Endif
If this is the case, how do I read a file in HTML5 ? |