Skip to content

Latest commit

 

History

History
101 lines (53 loc) · 1.06 KB

file.md

File metadata and controls

101 lines (53 loc) · 1.06 KB

UyghurScript file

source code file.c


1. write

📝: write func of file module

🔙: Boolean

🛒:

  • path CString
  • content CString

2. read

📝: read func of file module

🔙: String

🛒:

  • path CString

3. copy

📝: copy func of file module

🔙: Boolean

🛒:

  • from CString
  • to CString

4. rename

📝: rename func of file module

🔙: Number

🛒:

  • from CString
  • to CString

5. remove

📝: remove func of file module

🔙: Number

🛒:

  • path CString

6. is_exist

📝: is_exist func of file module

🔙: Boolean

🛒:

  • path CString

7. is_file

📝: is_file func of file module

🔙: Boolean

🛒:

  • path CString

8. is_directory

📝: is_directory func of file module

🔙: Boolean

🛒:

  • path CString

9. create_directory

📝: create_directory func of file module

🔙: Number

🛒:

  • path CString

document info document.md