Методы
В библиотеку встроены методы, возвращающие стандартные пути окружений. Они будут вам полезны, если вы работаете с linux системами на основе xdg.
- def get_desktop_path() - путь в рабочему столу
- def get_pictures_path() - путь к папке картинок
- def get_templates_path() - путь к папке шаблонов
- def get_public_path() - путь к папке «Общедоступная»
- def get_music_path() - путь к музыке
- def get_videos_path() - путь к видео
- def get_download_path() - путь к загрузкам
- def get_documents_path() - путь к документам
Параметры импорта методов:
from iQModules import get_desktop_path, get_download_path, \
get_music_path, get_pictures_path, get_public_path, get_templates_path, \
get_videos_path, get_documents_path
Вызов стандартный