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 ?
-------
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 ?
-------