Beispiel #1
0
 def _get_application_dir(self):
     return osx_paths.NSIterateSearchPaths(NSApplicationDirectory)
Beispiel #2
0
 def _get_pictures_dir(self):
     return osx_paths.NSIterateSearchPaths(NSPicturesDirectory)
Beispiel #3
0
 def _get_music_dir(self):
     return osx_paths.NSIterateSearchPaths(NSMusicDirectory)
Beispiel #4
0
 def _get_videos_dir(self):
     return osx_paths.NSIterateSearchPaths(NSMoviesDirectory)
Beispiel #5
0
 def _get_downloads_dir(self):
     return osx_paths.NSIterateSearchPaths(NSDownloadsDirectory)
Beispiel #6
0
 def _get_documents_dir(self):
     return osx_paths.NSIterateSearchPaths(NSDocumentDirectory)