io:getopts/1
获取指定输出端的配置选项
用法:
getopts/1
获取指定输出端 IoDevice 的配置选项,下面是获取 test.txt 文件的 IO 配置选项。
{ok, IoDevice} = file:open("test.txt", [read]), io:getopts(IoDevice).
获取指定输出端的配置选项
用法:
getopts/1
获取指定输出端 IoDevice 的配置选项,下面是获取 test.txt 文件的 IO 配置选项。
{ok, IoDevice} = file:open("test.txt", [read]), io:getopts(IoDevice).