| FanucSeries0iReadCurrentForegroundDir 方法  | 
 
            读取当前程序的前台路径
            Read the foreground path of the current program
            
 
        命名空间: 
     HslCommunication.CNC.Fanuc
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public OperateResult<string> ReadCurrentForegroundDir()
Public Function ReadCurrentForegroundDir As OperateResult(Of String)
public:
OperateResult<String^>^ ReadCurrentForegroundDir()
member ReadCurrentForegroundDir : unit -> OperateResult<string> 
返回值
类型:
OperateResultString程序的路径信息
 参见
参见