Tusif Ahmad Posted March 21, 2009 Posted March 21, 2009 (edited) Hi. If we import any file in container field, can we store on path in different fields like Field A should store drive, Field B should store DirectoryA, Field C should store DirectoryB etc. Thanks in advance for your kind help.... Regards, Tusif Edited March 22, 2009 by Guest
bcooney Posted March 22, 2009 Posted March 22, 2009 (edited) If you import a file into a container as a reference, the container will store the file's path and you can parse the path into as many pieces as you want. Edit: To see the path, create a calc field that equals your container field and set the result to text. Also, you'll see there are two values, a simple path and the full path. Use the full path by using GetValue ( getastext (containerField), 2). Edited March 22, 2009 by Guest
Recommended Posts
This topic is 5725 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