Jump to content
Server Maintenance This Week. ×

This topic is 1841 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I am wondering if there is a way for file manipulator to "know" the path to dropbox and folders inside it so it can automatically tell me what files are in named folders within dropbox. At the moment I have to refresh a get files calculation.

Link to comment
Share on other sites

Hello Stickybeak, 

You can try having the GetFiles function in an unsorted calc. You can have the call to GetFiles embedded within the definition of an unstored calculation field, and display that on the layout. That should keep a running list of files, but might also impact performance due to running the calculation constantly. You can, alternatively, have the GetFiles function put in an on-timer script, or as part of a script trigger, so any time you load a specific layout, you get a fresh update of the file list.

Link to comment
Share on other sites

I use my solution on 2 different desktop machines. What I can't work out is how to go to the dropbox folder on each in the first place (i.e. the relative path (I think - Im an amateur)) - obviously the folder/file structure inside dropbox is the same on both machines.

can you get the files in subfolders in a single calc too?

 

Link to comment
Share on other sites

Stickybeak,

Usually,the dropbox folder is stored in either the main volume (on Mac) or in the “Computer” / “My PC” / “This PC” section of the Windows file xplorer. I would check there and see if you can get the path of the Dropbox deployment for each machine, and then use those in his solution. Dropbox is a bit touchy, and using FIleManip with it might be tricky.

PCIPal

Link to comment
Share on other sites

This topic is 1841 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.