FileDataSet.Path Property
Gets or sets the path to the file or files to read from.
Syntax
public System.String Path { get; set; }
Property Value
Default: ""
The directory where the file, or files, are located.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
This property specifies an absolute or relative path to the directory where the file or files to load are located. If the property is set by the application when a dataset is instantiated, relative paths are interpreted as relative from the current directory of the application process. If the property is set from a Carmenta Engine configuration file, a relative path is interpreted as relative to the directory of the configuration file.
Omitting this property is equivalent of setting it to ".".
This property supports Virtual paths.
Platforms
Windows, Linux, Android