ICI Modules: sys: creat Modules by name : by type Synopsis int = sys.creat(string, int) Description Creates the named file with the given permissions and return a file descriptor suitable for writing to the new file.
int = sys.creat(string, int)
Creates the named file with the given permissions and return a file descriptor suitable for writing to the new file.