Commit 4e616949 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 2043ff1f
...@@ -23,7 +23,12 @@ async function init() { ...@@ -23,7 +23,12 @@ async function init() {
// } // }
let tempFiles= await fs.readdirSync('C:\\Users\\Administrator\\Desktop\\ai\\temp\\') let tempFiles= await fs.readdirSync('C:\\Users\\Administrator\\Desktop\\ai\\temp\\')
console.log(tempFiles) for (let i=0;i<tempFiles.length;i++)
{
let f= await fs.readFileSync('C:\\Users\\Administrator\\Desktop\\ai\\temp\\'+tempFiles[i], 'utf8');
console.log(f)
}
//console.log(tempFiles)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment