I am very new to server side programming and NodeJS
I need to read a directory recursively to get the file name of each file in this directory ( an array of file names ( relative paths) should be returned)
I think it is some thing very common so I am hoping if someone can share the code. Or just tell me the right methods to call. Thanks