(PYVMS LOGO) Python on OpenVMS

(go to: table of contents, index, list of vms_lib, prev: CONVERT_DATE_STRING, next: CURRENCY)


CREATE_DIR - Create a Directory


The Create a Directory routine creates a directory or subdirectory. This interface does NOT raise an exception when an error occurs!

Format:

    status = vms_lib.create_dir (device-directory-spec, \
             [,owner-UIC] [,protection-enable] \
             [,protection-value] [,maximum-versions] \
             [,relative-volume-number] )
Returns:
status
Condition code that is returned by LIB$CREATE_DIR. SS$_CREATED and SS$_NORMAL are returned for success, so you must check status!

Arguments:

devdir-spec
owner-uic
protection-enable
protection-value
maximum-versions
relative-volume-number
Examples:
>>> import vms_lib
@@ examples for CREATE_DIR missing


(go to: table of contents, index, list of vms_lib, prev: CONVERT_DATE_STRING, next: CURRENCY)

29-NOV-1998 ZE.