i\'m starting an application with flash and ActionScript 3. I\'m opening a file for writing, but the process locks the file on the disk, so no other process can read it. I\'d like to make it so that
The FileShare enumeration offers various flags such as Read, Write,开发者_StackOverflow社区 Delete, ... . Normally I\'d think that sharing a file for deletion only allows deletion but nothing else (li
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
This might be at daft question but i\'ve nerver done it before... We are a few developers on the same project with local development environments and now we want to set up shared VPP fol开发者_如何学
I am working on an internal application. We have a website that displays all our SSRS reports for a group of work. I have been asked to see if I can link all the files (pdf, word, excel) for the group
I\'m trying to implement a little server service in order to upload files via web browser to my iOS app. An example of this feature is impl开发者_开发知识库emented in the following app:
We\'ve been on SharePoint 2007 for close to 2 years now.We find it\'s a great CMS that helps us centralize project documents and colaborate with less duplication and confusion. The custom list feature
We are looking a solution where we can upload files to a linux server via sftp and for the file sharing platform to then see all files and folders we upload
I\'m using a hex-editor control for C#, the source code and binary files can be found here. One problem when using it was that if a file was loaded in the hex-editor and another program, the other pr
I plan to open a file using memory mapping. The file is already open by another process in the same way i.e. it has its own memory map view open and from time to time edits the file.