I have a c# server application (WCF) and I have a file saved on that server and i want to access it relatively so every dev machine can work with it.
I have a folder (/files) and I have tons of files there that users can download. I want users to be able to download their files only and no be able to see others people file.
We have built an intranet web-application (that is only used inside the company - so security issues do not matter!). We have several situations, where we have a link in a web-application (Java/Servle
I\'m interested in some information inside a shadow file (.shd) located inside the windows print spooling directory \"C:\\Windows\\System32\\spool\\PRINTERS\".Every time a print job is started, a spoo
Is there any way that we can prevent accessing Unix files through JVM ( any code running in application server JVM).
I have a bunch of files(not necessarily text files) on disk. I need to display the merged contents of all these files in a html page opened locally on Load. Is this possible without using Active-X? My
I am new to OSGi and created an OSGi-bundle which I run in the Apache Felix OSGi-container. There is a file resource contained in the bundle, which I need to pass to a method as a java.io.File. To ins
I am struggling with this for some time now. I can not access a file after I call File.Copy method. Here is what I tried:
Is it possible to copy a file which is being using by another process at the same time? I ask because when i am trying to copy the file using the following code an exception is raised:
Basically, I have an application that is installed on the users computers. The users are on Windows 7.