me voy test
Python
code posted
by
me voy
created at 02 Mar 14:52
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 |
@staticmethod def chmod_path(fpath, recurs=False, perm=0755): """ Change file/folder path permissions \param fpath (string) is the absolute path to a folder/file. \param recurs (boolean) True if recursive chmod is activated. \param perm (unknown) is the permissions set to be used. '755' by default. """ pass |
392 Bytes in 2 ms with coderay