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

Рекурсивные методы #3

Open
megatolya opened this issue Apr 6, 2013 · 2 comments
Open

Рекурсивные методы #3

megatolya opened this issue Apr 6, 2013 · 2 comments

Comments

@megatolya
Copy link
Member

метод tree (рекурсивный readDir)
метод find regexp+tree

метод mkdirp (mkdir -p)

аналог rm -rf

@ghost
Copy link

ghost commented Apr 7, 2013

rm -rf не нужен.
http://api.yandex.ru/disk/doc/dg/reference/delete.xml

Согласно протоколу, каталоги всегда удаляются вместе со всеми вложенными файлами и каталогами.

@megatolya
Copy link
Member Author

Дада, так и есть

Sent from Mailbox for iPhone

On Sun, Apr 7, 2013 at 7:48 PM, Denis Hananein notifications@github.com
wrote:

rm -rf не нужен.
http://api.yandex.ru/disk/doc/dg/reference/delete.xml

Согласно протоколу, каталоги всегда удаляются вместе со всеми вложенными файлами и каталогами.

Reply to this email directly or view it on GitHub:
#3 (comment)

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

No branches or pull requests

1 participant