Added fork info
This commit is contained in:
parent
e1fa8e0098
commit
1843da3b91
|
|
@ -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");
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user