Skip to content

Commit

Permalink
Merge pull request #135 from eranws/patch-2
Browse files Browse the repository at this point in the history
Update _documentation/utils/ofFile.markdown
  • Loading branch information
arturoc committed Jan 7, 2013
2 parents 84b1296 + 6a69251 commit bc2ea6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _documentation/utils/ofFile.markdown
Expand Up @@ -8,7 +8,7 @@ ofFile wraps functionality for opening, reading, writing, and modifying files on

~~~~.cpp

fFile file;
ofFile file;

file.open(ofToDataPath("temp.xml"), ofFile::ReadWrite, false);
ofBuffer buff = file.readToBuffer();
Expand Down

0 comments on commit bc2ea6c

Please sign in to comment.