Constants: FileOps

Parent: $root.$constants

kFileOpsAlreadyExistsA file with the specified name already exists
kFileOpsAlreadyWriteOpenThe file is already open with write permission
kFileOpsBadDriveNo such drive number
kFileOpsBadMasterBlockMaster directory block is bad; must re-initialize volume
kFileOpsBadNameBad file name or volume name (perhaps zero-length)
kFileOpsCantMoveToOffspringAttempted to move into offspring
kFileOpsCantOpenLockedFileCannot open a locked file
kFileOpsCrossDeviceLinkThe system cannot move the file to a different device
kFileOpsDifferentVolumeThe operation is not allowed to be carried out between two different volumes
kFileOpsDirectoryNotEmptyDirectory is not empty, please use other parameters to delete the contents/delete recursively
kFileOpsDirectoryNotFoundDirectory not found
kFileOpsDirFullFile/Directory full
kFileOpsDiskFullDisk full
kFileOpsDiskIOErrorDisk I/O error
kFileOpsEndOfFileLogical end-of-file reached during read operation
kFileOpsErrorChkUTF8Cannot pass bChkUTF8 as kTrue when iOff or iMax is non-zero
kFileOpsExternalSystemErrorExternal file system error
kFileOpsFileLockedFile is locked
kFileOpsFileNotFoundFile not found
kFileOpsFileNotOpenFile not open
kFileOpsFileTooLargeThe file is too large to be read by $readentirefile (its size must not exceed 0x7FFFFFE4 bytes)
kFileOpsHardwareVolumeLockVolume is locked by a hardware setting
kFileOpsIncludeDirectoriesWhether the listing includes volumes
kFileOpsIncludeFilesWhether the listing includes files
kFileOpsIncludeVolumesWhether the listing includes volumes
kFileOpsInfoActualResSize(macOS Only)The actual size of the file resource fork
kFileOpsInfoActualSizeThe actual size of the file
kFileOpsInfoCalcDirectorySizeThe size of the directory on the file system.
kFileOpsInfoCreatedThe creation date of the file (can only be set when running on macOS)
kFileOpsInfoCreatorCode(macOS Only)The creator code of the file
kFileOpsInfoFullNameFull pathname of the file
kFileOpsInfoHiddenBoolean which indicates if the file is hidden
kFileOpsInfoIsDirectoryIf the path specified points to a directory
kFileOpsInfoLinkedNameThe name of the linked file (if any)
kFileOpsInfoModifiedThe modification date of the file (can only be set when running on macOS)
kFileOpsInfoNameName of the file
kFileOpsInfoName83(Windows-ONLY)Name of the file in 8.3 format
kFileOpsInfoReadOnlyBoolean which indicates if the file is read only
kFileOpsInfoResSize(macOS Only)The size of the file resource fork on the file system (number of bytes used from file system)
kFileOpsInfoSizeThe size of the file on the file system (number of bytes used from file system)
kFileOpsInfoTypeCode(macOS Only)The type code of the file
kFileOpsInternalSystemErrorInternal file system error
kFileOpsInvalidEncodingInvalid encoding parameter passed to $readcharacter/$readfile or $writecharacter/$writefile. Must be a kUniType... constant, not kUniTypeBinary/Character, and when writing it cannot be kUniTypeAuto
kFileOpsInvalidFormatVolume lacks Macintosh-format directory
kFileOpsMoreFilesOpenOne or more files are open
kFileOpsNoDefaultVolumeNo default volume
kFileOpsNonHFSOperationAttempt to do HFS operation on a non-HFS volume
kFileOpsNoOperationOperation not supported on this platform
kFileOpsNoPathNo path supplied
kFileOpsOKNo Error
kFileOpsOpenApps(macOS Only) Allows users to browse the content of applications via $getfilename, $putfilename and $selectdirectory
kFileOpsOutOfMemoryOut of memory
kFileOpsParamErrorToo few parameters passed
kFileOpsPermissionDeniedPermission denied.
kFileOpsPositionBeforeStartAttempt to position before the start of the file
kFileOpsProblemDuringRenameProblem during rename
kFileOpsReadOnlyFileRead only file
kFileOpsSelectApps(macOS Only) Allows users to select applications via $getfilename, $putfilename and $selectdirectory
kFileOpsSoftwareVolumeLockVolume is locked by a software flag
kFileOpsTooManyDirOpenToo many working directories open
kFileOpsTooManyFilesOpenToo many files open
kFileOpsUnknownErrorUnknown error
kFileOpsVariableMustBeBinaryOrCharacterThe data type of the vVariable parameter must be binary or character
kFileOpsVolumeAlreadyMountedSpecified volume is already mounted and on-line
kFileOpsVolumeNotFoundSpecified volume doesn't exist
kFileOpsVolumeNotOnlineVolume not on-line
kFileOpsWindowsDisablePrompt(Windows Only) Prevents the built-in system prompt asking if $putfilename can replace an existing file