Jump to content
Developer Wiki and Function Reference Links ×

BuildResourceList - For a custom location.


Recommended Posts

FUNCTION BuildResourceList(

TYPE :INTEGER;

folderIndex :INTEGER;

subFolderName :STRING;

VAR numItems :LONGINT) : LONGINT;

Is there a similar function that allow a full custom path?.

I'm looking for a function that does exactly what BuildResourceList does with out the folder index. I'd like to build a list of symbols in a File located on a network hardrive.

BuildResourceList defines the starting path.

Is there one? Has anyone developed there own?.

If not then does anyone know how to get access to the resources of an external file from VS?.

Link to comment

It is not possible according to the VS Language guide (see "What VectorScript Can't Do")

The only thing i can think of is working with favourites. When you add that file on your server to your favourites (in the resource browser), a shortcut to that file will be added to your library and you can make a list of that with BuildResourceList.

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...