We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0fb0f4 + 1ebb59d commit 26924fdCopy full SHA for 26924fd
docs/file-handling.md
@@ -4,6 +4,12 @@ File handling is an essential part of any programming language. Radon provides
4
a simple way to read and write files. In this section, we will learn how to
5
read and write files in Radon.
6
7
+> ### **SECURITY NOTICE:** Executing any file operations will prompt the user for confirmation before proceeding, for example:
8
+```
9
+[DISK_ACCESS] This program is attempting to access the disk. Continue execution?
10
+[Y/n] -> _
11
12
+
13
## File modes
14
15
When opening a file, we can specify the mode in which we want to open the file.
0 commit comments