Stickybeak Posted April 23, 2019 Posted April 23, 2019 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.
PCIPal Posted April 23, 2019 Posted April 23, 2019 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.
Stickybeak Posted April 23, 2019 Author Posted April 23, 2019 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?
PCIPal Posted April 24, 2019 Posted April 24, 2019 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
Recommended Posts
This topic is 2051 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 accountSign in
Already have an account? Sign in here.
Sign In Now