|
|
|
|
|
SysDirStorageCard (Function) In french: SysRepCarteStockage Returns the path of the root directory of the primary external storage space.
ListAdd(LIST_StorageCard, SysDirStorageCard())
Syntax
<Result> = SysDirStorageCard()
<Result>: Character string - Path of the device's internal SDCard (this is not the path to an external SDCard). The status of the card is returned by SysStatusStorageCard.
- Empty string ("") if an error occurred.
Remarks Required permissions Using this function automatically changes the permissions required by the application. Required permissions: - READ_EXTERNAL_STORAGE: This permission allows an application to read from external storage (memory card, etc.).
- WRITE_EXTERNAL_STORAGE: This permission allows an application to write to external storage (memory card, etc.).
New in version 2025READ_MEDIA_VIDEO: This permission allows an application to read video files from external storage. New in version 2025READ_MEDIA_IMAGES: This permission allows an application to read image files from external storage. New in version 2025READ_MEDIA_AUDIO: This permission allows an application to read audio files from external storage.
New in version 2025Note: From Android 13, when publishing to Google Play Store, READ_MEDIA_VIDEO, READ_MEDIA_IMAGES and READ_MEDIA_AUDIO permissions require a justification in the Google Play console. If necessary, you can remove permissions from the generation wizard. For more details, see Storing files in Android. Note: This feature is only available from version 2025 Update 1.
Related Examples:
|
Cross-platform examples (WINDEV Mobile): WM Expense Account
[ + ] This example allows you to manage your fees. Let's see the main features of this application: - The input of invoices - Management of foreign currencies - Inclusion of photo document for the invoices - Ability to email the expense account - Ability to track the expense accounts - ...
|
|
Cross-platform examples (WINDEV Mobile): WM System
[ + ] This application is an example of some of the features of WINDEV Mobile available for Android/iOS. The following system functions are used: - NFC - Multimedia control - Brightness - Volume - Wi-Fi - Bluetooth - Toast - Compass - Accelerometer - Camera control - LED - Vibration - Notifications - Drawing functions - Internet
|
Component: wd300android.aar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|