Articoli con Tag ‘NSHomeDirectoryForUser()’

Very short snippet: Apple iPhone file system

Sia sul Mac OS X che sull’iPhone OS, abbiamo la possibilità di accedere in modo semplice e diretto alle directory – più importanti – di sistema, che sono:

1
2
3
NSHomeDirectory         Returns the path to the current user’s home directory.
NSHomeDirectoryForUser  Returns the path to a given user’s home directory.
NSTemporaryDirectory  Returns the path of the temporary directory for the current user.

Continua...


Stop SOPA