Wing Posted November 16, 2006 Posted November 16, 2006 (edited) I'm building an image cataloging system and have a container field that houses a linked file. I'd like to have a field display the path to the linked file, so we can track where the image file is stored. I've looked and only been able to find reference to the database file path, and nothing about a file in a container field. Likewise, having a field display the files name would be wonderful too. Suggestions? Thanks. -wing Edited November 16, 2006 by Guest
comment Posted November 16, 2006 Posted November 16, 2006 A calculation field (result is text) = YourContainerField will return the file's info, including paths (absolute and relative). The file name can be parsed out using text functions - see here.
Wing Posted November 16, 2006 Author Posted November 16, 2006 The scripting for parsing out the info is a little over my head at the moment, but I'm figuring it out. This is exactly the thread I needed. Thanks! -w
Recommended Posts
This topic is 6643 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