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