StorageManager.GetMountedObbPath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Check the mounted path of an Opaque Binary Blob (OBB) file.
[Android.Runtime.Register("getMountedObbPath", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetMountedObbPath_Ljava_lang_String_Handler")]
public virtual string? GetMountedObbPath (string? rawPath);
[<Android.Runtime.Register("getMountedObbPath", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetMountedObbPath_Ljava_lang_String_Handler")>]
abstract member GetMountedObbPath : string -> string
override this.GetMountedObbPath : string -> string
Parameters
- rawPath
- String
path to OBB image
Returns
absolute path to mounted OBB image data or null
if
not mounted or exception encountered trying to read status
- Attributes
Remarks
Check the mounted path of an Opaque Binary Blob (OBB) file. This will give you the path to where you can obtain access to the internals of the OBB.
Java documentation for android.os.storage.StorageManager.getMountedObbPath(java.lang.String)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.