typo in documents: _server.writeFile()

You think you've found a bug? Please report it here.

Moderators: Lapo, Bax

Post Reply
Badim
Posts: 15
Joined: 02 Oct 2006, 06:20

typo in documents: _server.writeFile()

Post by Badim »

hi,
there is a little bug in example(doc:/SmartFoxServerPRO/Docs/docPages/serverSideApi/_server/writeFile.htm):
var ok = _server.readFile("testFile.txt", text)
should be
var ok = _server.writeFile("testFile.txt", text)
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Post by Lapo »

This is already fixed in the online documentation, you're probably referring to an old offline version of the docs.
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply