ResourceFileItem Class | ![]() |
Namespace: Compiled.EDD.Scripting
public abstract class ResourceFileItem
The ResourceFileItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileExtension |
Gets the file extension.
|
![]() | FileFolder |
Gets the file folder.
|
![]() | FileName |
Gets or sets the name of the file.
|
![]() | FilePath |
Gets or sets the file path (a combination
of FileFolder and FileName).
|
![]() | RootPath |
Gets the root path of the file resource.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetFullPath |
Gets the absolute path of the given resource. Combines the Root, FileFolder,
and FileName values.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |