A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Opening and closing a txt file

  1. #1
    Senior Member
    Join Date
    Aug 2003
    Posts
    438

    Opening and closing a txt file

    How do I open and close a txt file? I want to write to it with "fputs (filename, text);", but I need to open it first. How can I do this?

    Thanks!

  2. #2
    fopen will open the file

    fclose will close the file

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center