Page 1 of 1

How to test the exitence of a folder on a dropbox server

Posted: June 11th, 2018, 12:51 pm
by thierryt
Hi all,
please i want to know wich code i should write in the logic to test the existence of a folder on my Dropbox server.
Thanks.

Re: How to test the exitence of a folder on a dropbox server

Posted: June 11th, 2018, 1:07 pm
by khurshid.arshad
Dear

Please see following help on DirList Function and DirExist Function in CSPro help Menu.

Code: Select all

Example
if direxist("C:\Backups") then
    // process backups
endif;
Best.
a.

Re: How to test the exitence of a folder on a dropbox server

Posted: June 11th, 2018, 1:32 pm
by thierryt
Hi,
i know the function Dirlist but i don't know the pathname of Dropbox server.
I created an Dropbox account where interviewers are transfering data. I want to use logic to see if some folders of interviewers exists.
Thanks

Re: How to test the exitence of a folder on a dropbox server

Posted: June 11th, 2018, 3:07 pm
by josh
There is no such function in CSPro. I think you are trying to do something far beyond what Dropbox sync was designed to do.