Cac
Cac

Reputation: 1

How do I transfer a folder from my internet storage directory to a private directory in pydroid 3

I tried ls /storage I tried cd /storage/emulated/0 nothing chatgpt can't can you I tried ls /storage I tried cd /storage/emulated/0 nothing chatgpt can't can you I can't move With what I am creating till I do this help please

Upvotes: 0

Views: 147

Answers (1)

Brandon Endall
Brandon Endall

Reputation: 1

Open your terminal in Pydroid and type:

cd

pwd

You should see this directory "/data/user/0/ru.iiec.pydroid3/app_HOME"

Now type: mv "path to your folder" .

Example

mv /sdcard/xsu .

Then you can type ls to see it.

Upvotes: 0

Related Questions