March 21, 200916 yr 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, 200916 yr by Guest
March 22, 200916 yr 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, 200916 yr by Guest
Create an account or sign in to comment