Results 261 to 270 of about 259,384 (291)
Some of the next articles are maybe not open access.
File Systems and File Processing
2020This chapter describes computer file systems, the use of paths to identify folders and files, and the “os” module in Python. We further describe opening and closing files, for both reading and writing, using Python. Lastly, we describe iterating through the lines of a file (both textual and comma-separated value) to extract data, and JSON file ...
Thomas Bressoud, David White
openaire +1 more source
1997
Files collect data into groups, and directories structure files. Directories and file systems are logical components, on physical data storage media. At least that is the quick explanation of the difference between the specialist terms that this chapter deals with.
openaire +1 more source
Files collect data into groups, and directories structure files. Directories and file systems are logical components, on physical data storage media. At least that is the quick explanation of the difference between the specialist terms that this chapter deals with.
openaire +1 more source
1987
In this chapter we will introduce two new types of file, log files and listing files, and explore some further features of the REVIEW editor.
openaire +1 more source
In this chapter we will introduce two new types of file, log files and listing files, and explore some further features of the REVIEW editor.
openaire +1 more source
1994
We have entered our programs, using a keyboard and an editor, as text files: as streams of (ASCII) bytes. Any text entered using editors or word-processors will be stored as text files. We can use an editor to create text data files. We first consider, in this chapter, extracting (and inserting) data objects from (and to) data file streams.
openaire +1 more source
We have entered our programs, using a keyboard and an editor, as text files: as streams of (ASCII) bytes. Any text entered using editors or word-processors will be stored as text files. We can use an editor to create text data files. We first consider, in this chapter, extracting (and inserting) data objects from (and to) data file streams.
openaire +1 more source
2005
Common Lisp provides a rich library of functionality for dealing with files. In this chapter I’ll focus on a few basic file-related tasks: reading and writing files and listing files in the file system. For these basic tasks, Common Lisp’s I/O facilities are similar to those in other languages.
openaire +1 more source
Common Lisp provides a rich library of functionality for dealing with files. In this chapter I’ll focus on a few basic file-related tasks: reading and writing files and listing files in the file system. For these basic tasks, Common Lisp’s I/O facilities are similar to those in other languages.
openaire +1 more source

