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.
How to test the exitence of a folder on a dropbox server
-
thierryt
- Posts: 52
- Joined: April 26th, 2017, 12:17 pm
-
khurshid.arshad
- Posts: 618
- Joined: July 9th, 2012, 11:32 am
- Location: Islamabad, Pakistan
Re: How to test the exitence of a folder on a dropbox server
Dear
Please see following help on DirList Function and DirExist Function in CSPro help Menu.
Best.
a.
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;
a.
-
thierryt
- Posts: 52
- Joined: April 26th, 2017, 12:17 pm
Re: How to test the exitence of a folder on a dropbox server
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
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: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: How to test the exitence of a folder on a dropbox server
There is no such function in CSPro. I think you are trying to do something far beyond what Dropbox sync was designed to do.