Exemplo fLoadText
//Procurar Arquivo sFile is string // Opens the file picker sFile = fSelect("", "", "Select a file...", "All the files (*.*)" + TAB + "*.*", "*.*") EDT_nome_arquivo=sFile // //Ler Arquivo Texto EDT_texto=fLoadText(EDT_nome_arquivo) //Gravar Texto // fSaveText(EDT_nome_arquivo,EDT_texto) //Blog com video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/09/curso-windev-arquivos-018-arquivos_11.html https://www.youtube.com/watch?v=LlFvXKc9dg4
|