История страницы
...
File is read only Version 7 (Python)
Группа действий: Файловая система
Описание
Данное действие предназначено для проверки наличия признака "Только для чтения" у файла.
Иконка
Параметры
Входные параметры
Файл Путь до файла, к которому будет применено действие.
Выходные параметры
Результат Логическая переменная - результат проверки присутствия признака.
Настройки
...
Action group: FIle system
...
Description
This action is used to check if the file has a read only sign.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
File | Path to the file to which the action will be applied. | Robin.FilePath | Yes | |
Results | ||||
Result | A Boolean variable whose value is True if the file has the Read-Only attribute set, and False if this attribute is not set. | Robin.Boolean | true |
Special conditions of use
None.
Example of use
Task
Check the "Read only" sign for the "Log" file, the path to which is written in the "Path to file" variable.
Solution
Use the
...
Особые условия использования
Отсутствуют.
Пример использования
Задача
Проверить признак "Read only" у файла "Log", путь к которому записан в переменную "Path to file".
Решение
Воспользоваться действием "File is read only" action.
...
Implementation
- Перенести действие Move the "File is read only" на рабочую областьaction to the workspace.
- Заполнить параметры действия Set the "File is read only" action parameter.
- Нажать на кнопку "Старт" в верхней панели.
Результат
...
- Click on the "Start" button in the top panel.
Result
The program robot completed successfully.
The file does not have a "Read only"
...
sign.