open-input-file[procedure] open-input-file filenameR5RS: Takes a string naming an existing file and returns an input port capable of delivering characters from the file. If the file cannot be opened, an error is signalled. See also open-output-file. Bigloo, STk: extends this to allow piped command in filename. [procedure] open-input-file filename [mode]Chicken: takes an optional argument which can be #:text, #:binary or #:append. [procedure] open-input-file filename [flags]Scsh: flags is an integer composed by or-ing bit flags. [procedure] open-input-file filename [options ...]Gauche extends R5RS to take various keyword arguments to customize behavior of open-input-file. | About This SiteHome Alphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ConceptsConcept:CaseSensitivity Concept:ExtendedLambdaList Concept:FileSystem Concept:HashTable Concept:Module Concept:Networking Concept:ObjectSystem Concept:Process Concept:RegularExpression Concept:UserGroup Implementations
External Links |