Part of samba.smb View In Hierarchy
Method | savefile | savefile(path, str) -> None |
Method | __new__ | T.__new__(S, ...) -> a new object with type S, a subtype of T |
Method | mkdir | mkdir(path) -> None |
Method | get_acl | get_acl(path) -> security_descriptor object |
Method | list | list(path) -> directory contents as a dictionary |
Method | set_acl | set_acl(path, security_descriptor) -> None |
Method | chkpath | chkpath(path) -> True or False |
Method | rmdir | rmdir(path) -> None |
Method | loadfile | loadfile(path) -> file contents as a string |