wx.Build.DirectoryList Class Reference

List of all members.

Public Member Functions

 DirectoryList (string semicolonSeparatedListOfDirectories)

Properties

IList< DirectoryNameDirectories [get]
bool ExistAll [get]


Detailed Description

Often, environment variable contain a semicolon separated list (on unix: colon separated) of directory names. Use this as value type in such cases.

Constructor & Destructor Documentation

wx.Build.DirectoryList.DirectoryList ( string  semicolonSeparatedListOfDirectories  ) 


Property Documentation

IList<DirectoryName> wx.Build.DirectoryList.Directories [get]

bool wx.Build.DirectoryList.ExistAll [get]

True iff all contained directories exist.


The wx.NET Build System.   (c) 2009-2010 Harald Meyer auf'm Hofe