Write file
From Programmer's Wiki
Contents |
[edit] C
This article is missing a code example in the C language.
[edit] Java
This article is missing a code example in the Java language.
[edit] Groovy
This article is missing a code example in the Groovy language.
[edit] Perl
This article is missing a code example in the Perl language.
[edit] Python
f = open(filename, 'w') f.write(data) f.close()
[edit] Ruby
This article is missing a code example in the Ruby language.
[edit] See Also
Categories: Article stubs | C stub | Java stub | Groovy stub | Perl stub | Ruby stub
