Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I validate if a fileformat exists on a folder
#2
use Dir instead

like this
Code:
Copy      Help
Dir d
if d.dir("D:\Harvest\02_GVP_IVRIntelPiloto (Piloto)\PGVITPL.21.12.06.1746 F-118933 - Copy\*.dll") ;;if file exists
,out "exists"
else
,out "doesnt"


Messages In This Thread
RE: How can I validate if a fileformat exists on a folder - by Kevin - 12-28-2021, 01:16 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)