Jump to content

File properties and location


Recommended Posts

So i've opened a file from my recent files list and i want to bring up the file properties from within the file. I've been through all the menu options and there is not (as far as i can see) any document/file properties option to bring up.

How do i find out where this file is located?

Link to comment
Sorry, noob here. Is this a script or a plugin? Not sure what to do with it.

It's a function that should be placed in a script to load the filepath.

Paste the example as stated on the website into a script, compile and run it. Doubleclicking that script should show the current filename and path in the vw message box.

PROCEDURE Example;
BEGIN
  Message(GetFPathName);
END;
RUN(Example);

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...