Posts by Renato Gomes • 1 point
1 post
-
0
votes2
answers603
viewsA: Convert file to txt
I’m not sure I understand your question, but if you want the list of files listed in a txt file, use the following command: exec( "dir $diretorio /s > $NomeArquivo.txt" ); I hope I’ve helped. Hug…