Skip to content

Commit 26924fd

Browse files
authored
Merge pull request #6 from Vardan2009/master
Added security notice in file handling page
2 parents c0fb0f4 + 1ebb59d commit 26924fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/file-handling.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ File handling is an essential part of any programming language. Radon provides
44
a simple way to read and write files. In this section, we will learn how to
55
read and write files in Radon.
66

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+
713
## File modes
814

915
When opening a file, we can specify the mode in which we want to open the file.

0 commit comments

Comments
 (0)