openfile
基本解释
- n.打开文件
英汉例句
- The program shows the openfile dialog box.
程序显示了一个打开文件对话框。 - The openfile() function is an example of this type of function.
函数是这种类型函数的一个典型例子。 - The scriptwriter doesn't care, as long as openfile(x) opens file x.
但只要openfile(x)能打开文件x,脚本编写者就不必在意。 - For example, a framework writer might create the function, openfile(p).
例如,一个框架编写者创建了函数openfile(p)。 - To call the OpenFile method, your assembly requires a privilege level granted by the System.Security.Permissions.FileIOPermission class.
若要调用OpenFile方法;程序集要求有System.;Security