Public Member Functions | |
DirectoryName | Combine (DirectoryName appendix) |
DirectoryName (string pathname) | |
Properties | |
bool | Exists [get] |
bool | IsRoot [get] |
bool | IsRooted [get] |
string | Name [get] |
DirectoryName | Parent [get] |
string | Pathname [get] |
wx.Build.DirectoryName.DirectoryName | ( | string | pathname | ) |
DirectoryName wx.Build.DirectoryName.Combine | ( | DirectoryName | appendix | ) |
Returns the combination of this and the argument.
bool wx.Build.DirectoryName.Exists [get] |
bool wx.Build.DirectoryName.IsRoot [get] |
bool wx.Build.DirectoryName.IsRooted [get] |
string wx.Build.DirectoryName.Name [get] |
DirectoryName wx.Build.DirectoryName.Parent [get] |
Returns the parent of this directory. The parent of the root directory is itself.
string wx.Build.DirectoryName.Pathname [get] |