Check If File Exist On Server

PHOTO EMBED

Mon Aug 29 2022 13:05:29 GMT+0000 (Coordinated Universal Time)

Saved by @HristoT #c#

select case
           when pg_stat_file('SOME PATH', true) is null then false
           else true end as is_existing;
content_copyCOPY