filer icon indicating copy to clipboard operation
filer copied to clipboard

Adding support for promises API --- chmod

Open Peng-Qu opened this issue 6 years ago • 5 comments

add a test for function: chmod if the path does not exist, it should return err if the mode dose not pass the modecheck function, it should return err if all go though, the access permission of the file will be changed.

Peng-Qu avatar Sep 21 '18 22:09 Peng-Qu

OK, go for it @Peng-Qu.

humphd avatar Sep 21 '18 22:09 humphd

Dupe of issue 405

danielbogomazov avatar Sep 22 '18 21:09 danielbogomazov

I've done everything except for the case where the path does not exist. If you'd like, I can push my changes as I have them right now and you can contribute the path does not exist check to it? Let me know whenever you can.

danielbogomazov avatar Sep 22 '18 21:09 danielbogomazov

sorry for late. it's Ok. I will do the path does not exist on 'chmod'. Thank you.

Peng-Qu avatar Sep 24 '18 13:09 Peng-Qu

Sounds good. Here's the pull request

danielbogomazov avatar Sep 24 '18 15:09 danielbogomazov