// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _OSD_FromWhere_HeaderFile
#define _OSD_FromWhere_HeaderFile
//! Thisd is a set of possible system types.
//! 'Default' means SysType of machine operating this process.
//! This can be used with the Path class.
//! All UNIX-like are grouped under "UnixBSD" or "UnixSystemV".
//! Such systems are Solaris, NexTOS ...
//! A category of systems accept MSDOS-like path such as
//! WindowsNT and OS2.
enum OSD_FromWhere {
OSD_FromBeginning,
OSD_FromHere,
OSD_FromEnd
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include
#endif
#endif