Top "File-access" questions

Questions about programmatically accessing individual files.

how can i access a file/folder over network through XP_CMDSHELL in sql server 2008?

I am trying to access a folder/directory using 'EXEC MASTER..XP_CMDSHELL' it works for the local file/folder, …

sql sql-server-2008 file-access xp-cmdshell
EACCES: permission denied with Node JS

I get below error when write a file (file name is book) with Node.js, could you please help? Error: …

node.js fs file-access
Denying direct access to a folder (only allow through app)

I need to prevent someone from directly accessing a pdf, instead only allowing them to be pulled through the app …

asp.net security file-access
UnauthorizedAccessException on newly created files

I have an application that is looking through some files for old data. In order to make sure we don't …

c# file-access
Hadoop map-reduce operation is failing on writing output

I am finally able to start a map-reduce job on Hadoop (running on a single debian machine). However, the map …

java hadoop mapreduce debian file-access
Accessing shared folder with credential info without windows access

I have project that copy files to shared network path. when my application authenticate for this path, users also can …

c# authentication file-access shared-directory networkcredentials
File.Copy method makes file inaccessible

I am struggling with this for some time now. I can not access a file after I call File.Copy …

c# file-access