Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2

Thread: Help me please

  1. #1
    Join Date
    Jul 2007
    Posts
    287

    Cool Help me please

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

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    remove all instances of "[1]" from the code, it is not needed
    Open your eyes to Narcissism, Don't let her destroy your life!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts