Jump to content

Recommended Posts

Posted

Read the entire file to a string. Coming from the .NET work and File.ReadAllText() is handy to just get the entire file contents into a string to play around with in 1 function call.

Posted

It loads a file and returns the entire contents in a string.

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

If it's undocumented by definition it's unofficial. I think he is asking for it to be official.

  • Upvote 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Is there any other useful functions in FileSystem that we should know? For example I remember that we could use your FS to load content from web (e.g. response from a webservice), is that still available in LE3 under the hood? It would be really great to have since I could ensure platform-independent feature to my Combu for LE/C++ (it's currently using libcurl to access webservices, I don't know if it works on iOS [i suppose yes here, since I have the dylib on Xcode] and Android) smile.png

?? FRANCESCO CROCETTI ??

http://skaredcreations.com

Posted

HTTP streams are not supported in 3.x. It's actually a feature that was built into BlitzMax.

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

How hard would it be to add to 3.1? :)

 

Robin

Programmer , Intel Quad core, NVIDIA GeForce GT 220, Windows 7 Pro, Galaxy Tab 2 ( 7" and 10"), LE2,LE3,3DWS

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...