mirror of
https://github.com/KeymonSoft/Nuevo_Torrado_V2.git
synced 2026-04-20 22:29:18 +00:00
puerto
This commit is contained in:
@@ -242,8 +242,8 @@ Sub fileProvider_init
|
||||
Dim p As Phone
|
||||
If p.SdkVersion >= 24 Or File.ExternalWritable = False Then
|
||||
UseFileProvider = True
|
||||
SharedFolder = File.Combine(File.DirInternal, "shared")
|
||||
If Not(File.IsDirectory(File.DirInternal,"shared")) Then
|
||||
SharedFolder = File.Combine(File.DirRootExternal, "shared")
|
||||
If Not(File.IsDirectory(File.DirRootExternal,"shared")) Then
|
||||
File.MakeDir("", SharedFolder)
|
||||
End If
|
||||
Else
|
||||
|
||||
Reference in New Issue
Block a user