Click or drag to resize

cPathUtilityePathPlaceholderTypes Enumeration

Enumerated type defining supported path mask placeholders.

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public enum ePathPlaceholderTypes
Members
  Member nameValueDescription
ModelFile0Place holder to receive a model file name.
ModelPath1Place holder to receive a model file directory.
ModelExt2Place holder to receive a model file extension.
ModelVersion3Place holder to receive a model version number.
Date4Place holder to receive the current date, in short format.
Time5Place holder to receive the current time, in short format.
MyDocuments6Place holder to receive the current documents directory.
MyAppData7Place holder to receive the current application data directory.
Desktop8Place holder to receive the current desktop directory.
TempFiles9Place holder to receive the temp directory.
See Also