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

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
thierryt
Posts: 47
Joined: April 26th, 2017, 12:17 pm

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

Post 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.
khurshid.arshad
Posts: 571
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

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

Post 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.
thierryt
Posts: 47
Joined: April 26th, 2017, 12:17 pm

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

Post 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
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

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

Post 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.
Post Reply