Added fork info

This commit is contained in:
Rabia Alhaffar 2020-06-14 01:03:34 +03:00 committed by GitHub
parent e1fa8e0098
commit 1843da3b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,6 +155,6 @@ if (GetOS() == "Windows") {
```c ```c
// This lets command prompt or the shell to execute this command // This lets command prompt or the shell to execute this command
// This command creates a folder with name "new_folder" // This command creates a folder with name "new_folder"
// NOTES: This function does not work on Android and iOS,So it returns nothing on Android and iOS
Execute("mkdir new_folder"); Execute("mkdir new_folder");
``` ```