- Jun 6, 2020
- 11,559
- 4,422
Hi all,
based on github XUI opensource code provided by Erel (see line 789):
and this code snippet provided by Erel:
I wrote these B4A Subs to get URI and URL of files:
B4X:
The FileURI method is the same as XUI.FileUri, you can use it on projects where you plain to not include
XUI library, then I added the same for URL that is not url encoded.
Then I added the same methods just for Asset files, here just need to pass a FileName, you can obtain
the same results with FileURI and FileURL methods so they are just for semplicity...
based on github XUI opensource code provided by Erel (see line 789):
برای دیدن لینک ها باید ثبت نام کنید
and this code snippet provided by Erel:
برای دیدن لینک ها باید ثبت نام کنید
I wrote these B4A Subs to get URI and URL of files:
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
The FileURI method is the same as XUI.FileUri, you can use it on projects where you plain to not include
XUI library, then I added the same for URL that is not url encoded.
Then I added the same methods just for Asset files, here just need to pass a FileName, you can obtain
the same results with FileURI and FileURL methods so they are just for semplicity...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید