IntegratedFileSystem class | QSYS API Reference Guide
Holds the Integrated File System (IFS) root folder.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object
Constructors
Name | Description |
---|---|
IntegratedFileSystem(String) | Initializes a new instance of the IntergratedFileSystem class for the specified root folder. |
IntegratedFileSystem(String)
Initializes a new instance of the IntergratedFileSystem class for the specified root folder.
IntegratedFileSystem(String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | ifsRootPath | The path to the system folder that serves as the root directory for IFS operations. The path is typically an absolute path. |
Properties
Type | Name | Description |
---|---|---|
String | IFSRootPath | Gets the path to the system folder that serves as the root directory for IFS operations. |