From 1843da3b91bb93d96cc4e05913a7dcfbc2ed8dd2 Mon Sep 17 00:00:00 2001 From: Rabia Alhaffar Date: Sun, 14 Jun 2020 01:03:34 +0300 Subject: [PATCH] Added fork info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87b7a6d71..7c7422e1b 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,6 @@ if (GetOS() == "Windows") { ```c // This lets command prompt or the shell to execute this command // 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"); ``` -