Interface IIsPartOfFileSystem
- Namespace
- Loehnert.Lisrt.Scripting.Project.ProjectItem.Interfaces
- Assembly
- Loehnert.Lisrt.Scripting.dll
Interface for a object that is a part of the file system.
public interface IIsPartOfFileSystem
Properties
Path
Gets the full path to the object on the file system.
string Path { get; }