Source position: flcFileUtils.pas line 322
type TFileCreationMode = (
fcCreateNew,
fcCreateAlways,
fcOpenExisting,
fcOpenAlways,
fcTruncateExisting
);