Last active
August 1, 2021 23:55
-
-
Save thihenos/4ae52c195b5c481484fec120ad40d984 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Efetuando a leitura do arquivo | |
fs.readFile('./files/FILE_NAME','utf8', function(err,data){ | |
//Enviando para o console o resultado da leitura | |
console.log(data); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment