Name

kOfxParamPropStringFilePathExists — Indicates string parameters of file or directory type need that file to exist already.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropStringFilePathExists    "OfxParamPropStringFilePathExists"

Type

kOfxParamPropStringFilePathExists is of type int, and has only a single dimension.

Property Set

This is a property that belongs to the plugin string parameter descriptor (read/write) and instance (read only),.

Default

The default value is 1.

Valid Values

0 or 1

Description

Indicates string parameters of file or directory type need that file to exist already.

If set to 0, it implies the user can specify a new file name, not just a pre-existing one.