Title / Description
Code @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
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code