PMSplitPathFlags

Declaration

typedef enum {
    PM_HAS_WILDCARDS        = 0x01,
    PM_HAS_EXTENSION        = 0x02,
    PM_HAS_FILENAME         = 0x04,
    PM_HAS_DIRECTORY        = 0x08,
    PM_HAS_DRIVE            = 0x10
    } PMSplitPathFlags

Prototype In

pmapi.h

Description

Flags returned by the PM_splitpath function. Flag names are self explanatory.

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com