Top "File-sharing" questions

File sharing is the practice of distributing or providing access to digital media, such as computer programs, multimedia (audio, images and video), documents or electronic books.

Create 2 FileStream on the same file in the same process

I'm trying to create a temporary file that will be automatically deleted. stream = new FileStream( tmpFilePath, FileMode.OpenOrCreate, FileAccess.ReadWrite, …

c# .net filestream file-sharing
Notification of changes to the iPhone's /Documents directory

We have an app that uses file sharing. UIFileSharingEnable is set etc. and it all seems to work fine, but …

iphone notifications file-sharing
iTunes file sharing - how to upload different folders?

i want to use the "file sharing" feature in my app. I want to create a photo-app which has no …

iphone ipad itunes file-sharing
File sharing not working as expected

I have a file sharing issue where my process is trying to read a log file whilst it is currently …

c# .net file-sharing file-security
NSData type for Java?

I am curious to know if there is anything like the Cocoa NSData Class on Java. I have looked around …

java client-server nsdata file-sharing