Creating and removing directories.
mchars) (perm unsigned-int) ⇒ (ret <gnome-vfs-result>)Create text-uri as a directory.
- text-uri
- uri of the directory to be created.
- perm
- Unix-style permissions for the newly created directory
- ret
- an integer representing the result of the operation.
<gnome-vfsuri>) (perm unsigned-int) ⇒ (ret <gnome-vfs-result>)Create a directory at uri. Only succeeds if a file or directory does not already exist at uri.
- uri
- uri of the directory to be created.
- perm
- Unix-style permissions for the newly created directory.
- ret
- an integer representing the result of the operation.