Skip to main content

ReadFileOptions

@codebolt/codeboltjs


Interface: ReadFileOptions

Defined in: packages/codeboltjs/src/types/libFunctionTypes.ts:306

Properties

PropertyTypeDescriptionDefined in
askForPermission?booleanWhether to ask for permission before readingpackages/codeboltjs/src/types/libFunctionTypes.ts:312
encoding?stringText encoding (default: utf8)packages/codeboltjs/src/types/libFunctionTypes.ts:310
pathstringFile path to readpackages/codeboltjs/src/types/libFunctionTypes.ts:308