techSetReadWritePermission
techSetReadWritePermission(
d_techFileID
t_sectionname
t_rwUser
)
=> t / nil
Description
Sets read/write permission on the specified section in the specified technology database for the specified user.
Arguments
Value Returned
Example
techSetReadWritePermission(tfID "layerDefinitions" "joe")
=> t
Sets read/write permission for user joe on the layerDefinitions section in the technology file with the data base identifier stored in tfID.
Return to top