/
niceSOFT
/
meson
Обзор
Документация
Войти
/
niceSOFT
/
meson
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/yaml/objects/file.yaml
13 строк
447 B
Xavier Claessens
File: Add full_path() method
24 ноя 2023, 23:15
24 ноя 2023, 23:15
85e4ee5
Код
Авторство
О чём код?
name: file long_name: File description: Object that stores the path to an existing file methods: - name: full_path returns: str since: 1.4.0 description: | Returns a full path pointing to the file. This is useful for printing the path with e.g [[message]] function for debugging purpose. **NOTE:** In most cases using the object itself will do the same job as this and will also allow Meson to setup dependencies correctly.