
Announcements
Hi,
May i know how to get file properties if the name file consists of " ' "?
Example: Alex's file.xlsx
For file names that consist of ' in name you can replace that with %27%27, this will help you in extracting the file data for the file that has ' in it's name.
If your folder name or file name has a " " (space) then that needs to be replaced with %20
-------------------------------------------------------------------------------------------------------------------------------------
If the information shared helps, please consider giving a thumbs up 👍 and mark solution as resolved