source code file.c
📝: write func of file module
🔙: Boolean
🛒:
- path
CString
- content
CString
📝: read func of file module
🔙: String
🛒:
- path
CString
📝: copy func of file module
🔙: Boolean
🛒:
- from
CString
- to
CString
📝: rename func of file module
🔙: Number
🛒:
- from
CString
- to
CString
📝: remove func of file module
🔙: Number
🛒:
- path
CString
📝: is_exist func of file module
🔙: Boolean
🛒:
- path
CString
📝: is_file func of file module
🔙: Boolean
🛒:
- path
CString
📝: is_directory func of file module
🔙: Boolean
🛒:
- path
CString
📝: create_directory func of file module
🔙: Number
🛒:
- path
CString
document info document.md