PDA

View Full Version : Help me please


mustafa06
02-01-2008, 05:46 AM
Code -
SaveTo = Input.GetText("abc");
DoesExist = File.DoesExist(SaveTo[1]);
if DoesExist then
OldText=TextFile.ReadToString(SaveTo[1]);
TextFile.WriteFromString(SaveTo[1], OldText.., false);




else
Dialog.Message("Wrong!", "afabasadas", MB_OK, MB_ICONSTOP, MB_DEFBUTTON1);
end
End -

-------
Im write input(abc) AutoPlay\\Docs\\mustafa.txt but dosent save AutoPlay\\Docs\\mustafa.txt ı dont want filebrowse,quıck save AutoPlay\\Docs\mutafa.txt but how ?
-------

RizlaUK
02-01-2008, 11:53 AM
remove all instances of "[1]" from the code, it is not needed