File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,10 @@ defmodule File do
61
61
Some of those functions are low-level, allowing the user
62
62
to interact with the file or IO devices, like `File.open/2`,
63
63
`File.copy/3` and others. This module also provides higher
64
- level functions, with their naming based on its UNIX variants.
65
- For example, one can copy a file via `File.cp/3` and remove
66
- files and directories recursively via `File.rm_rf/2`
64
+ level functions that works with filenames and have their naming
65
+ based on UNIX variants. For example, one can copy a file
66
+ via `File.cp/3` and remove files and directories recursively
67
+ via `File.rm_rf/2`
67
68
68
69
In order to write and read files, one must use the functions
69
70
in the IO module. By default, a file is opened in binary mode
You can’t perform that action at this time.
0 commit comments