node.js : convert relative path to absolute path

علی ذوالفقار
1400/08/05 10:03:06 (439)
resolve = require('path').resolve
resolve('../../bb/tmp.txt')
Back