Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Как переименовать файл на яндекс диске? #46

Open
motoroller1983 opened this issue May 4, 2022 · 1 comment

Comments

@motoroller1983
Copy link

Как переименовать файл на яндекс диске?

@maru979
Copy link

maru979 commented May 27, 2022

Как переименовать файл на яндекс диске?

Используйте метод $resource->move($path).
Пример:

$from = 'disk:/MyFolder/OldName.jpg'; 
$to = 'disk:/MyFolder/NewName.jpg';  
$resource = $this->disk->getResource($from, 0);  
$operationResult = $resource->move($to);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants