Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-14-2006, 06:29 PM
Junior Member
 
Join Date: Jun 2006
Posts: 12
Default Problems with Method Datafile.save

Hi I want save some informations in a .txt file, heres my code:

name = "test";
var df = getAppDir() + "\\usermak.txt";

if (Datafile.save(df, "name"))
{
Dialogs.msgBox("saved", "Alert", 16);
} else {
Dialogs.msgBox("not saved", "Alert", 16);
}

No error happens but no file is created

Please anyone help me...

Reply With Quote
  #2 (permalink)  
Old 06-15-2006, 02:33 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Problems with Method Datafile.save

Please try
Code:
var df = getAppDir() + "usermak.txt";
trace(df);
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:44 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.