Click or drag to resize
ProjectFileInfo Property
Gets information about the file where the project is stored.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public FileInfo FileInfo { get; }

Property Value

Type: FileInfo
A FileInfo object with information about the file where the project is persisted. If the project has not been saved yet, null is returned.
Version Information

Supported in: 1.0.0.0
See Also