file-access
c# WCF Server application - access to a file on the server relatively
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.[详细]
2023-04-13 06:04 分类:问答Prevent directory listing and files for specific user
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.[详细]
2023-04-08 21:08 分类:问答Open local file or directory in Windows Explorer from web-application in IE9 (Intranet)
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[详细]
2023-04-05 13:44 分类:问答Need help opening printer spool shadow file (.SHD) that is locked
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[详细]
2023-04-03 21:26 分类:问答Prevent accessing Unix files through JVM ( any code running in application server JVM)
Is there any way that we can prevent accessing Unix files through JVM ( any code running in application server JVM).[详细]
2023-03-23 17:23 分类:问答How can i display the merged contents of local files from a js+html page running locally
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[详细]
2023-03-17 01:59 分类:问答How do I access a file inside an OSGi bundle?
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[详细]
2023-03-15 19:20 分类:问答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 method. Here is what I tried:[详细]
2023-03-11 19:32 分类:问答How to copy a file while it is being used by another process
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:[详细]
2023-03-09 05:24 分类:问答C# - Windows 7 - Create file in
Basically, I have an application that is installed on the users computers. The users are on Windows 7.[详细]
2023-03-06 01:33 分类:问答