BMC PSL function(24)-fopen()

fopen()

含义:Open a PSL channel to a file(打开一个PSL的管道指向某个文件)

Format

fopen(filename,mode,[shr=upd])

Parameters

Parameter Definition
filename name of the file to which the PSL channel should be opened.
mode

file access mode

Valid Values
r:open for read
w:truncate to zero length for write or create file for write
a:open for append to end of file or create for write
rb:open binary file for read
wb:truncate binary file to zero length for write or create binary file for write
ab:open binary file f

你可能感兴趣的:(BMC,bmc,patrol,psl)