# Mobile File Management

## Parameters

- **Operation Mode**
  - Create New Folder
  - Clear Folder
  - Delete Specific File
- **Specify Directory**


#### Common Android paths for reference:

| Files | path |
|  --- | --- |
| Album path | `/sdcard/DCIM/Camera/` |
| Download directory | `/sdcard/Download/` |


## Output

- **Output Parameters**
  - None
- **Execution Log**
  - Start Time
  - End Time
  - Duration (ms)
  - Status (Success/Failure)


## Related Nodes

[Download File to Phone](/rparobotic-process-automation/03-node/04-file-management/02-download-file-to-phone)