The Evil File System

.........................................................

From the iPad Programming Guide (pg 17):
Applications with the UIFileSharingEnabled key in their Info.plist file can share files with the user’s desktop computer. A connected iPad device shows up on the user’s desktop and contains subdirectories for all applications that share files. The user can transfer files in and out of this directory.
Of course, it is important to remember that although you can manipulate files in your iPad applications, files should never be a focal part of your application. There are no open and save panels in iPhone OS for a very good reason. The save panel in particular implies that is the user’s responsibility to save all data, but this is not the model that iPhone applications should ever use. Instead, applications should save data incrementally to prevent the loss of that data when the application quits or is interrupted by the system. To do this, your application must take responsibility for managing the creation and saving the user’s data at appropriate times.
Glad Apple is waging a war against file systems. They really need to go away. Humans don’t think in terms of files, filenames or folders.

~ Voices ~

~ Add your voice ~

Feel free to use <strong>, <em>, and <a href="">

[]