mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-03 13:22:19 +02:00
9 lines
331 B
Plaintext
9 lines
331 B
Plaintext
|
Токен = "7419cd51de4037f7...";
|
||
|
|
||
|
Пути = Новый Массив;
|
||
|
Пути.Добавить("/test/pic1.png");
|
||
|
Пути.Добавить("/test/gif.gif");
|
||
|
Пути.Добавить("/pic2.png");
|
||
|
|
||
|
Результат = OPI_Neocities.УдалитьВыбранныеФайлы(Токен, Пути);
|