Node-red running on Windows accessing File on NAS

Are you using back slashes or forward slashes in Node-RED on Windows to describe the file path? If using back slashes, you need to double them up (\\) since a back slash is taken as an escape character.

Otherwise, if you use Windows Explorer, can you see the files? Will Node-RED see the file after you've accessed it in Windows Explorer? You could also try using the \\ipaddress\path\to\file.xx format instead of relying on a drive letter.