Creating folder in device storage

i want to create folder in device storage how can i do it

I’ll ask same here :point_up_2:

Use the file component with create folder block or the shell component with in “mkdir /storage/emulated/0/Somethingnew”

UPDATE: If you want to create folder with space in its name, use Juan Antonio’s Terminal extension:
Google Groups with command line=
mkdir ‘/storage/emulated/0/make roid’
(The built-in shell component doesn’t supports that.)

3 Likes