Jump to content

Folder's path


Recommended Posts

Posted

HI,

I have 2 Vi (in 2 different computer) that they comunicate with 4 shared folders.

I want to create the absolute path for the folders because I want to search, write and move files from a folder to another one.

Can you help me?

Thanks

Posted

HI,

I have 2 Vi (in 2 different computer) that they comunicate with 4 shared folders.

I want to create the absolute path for the folders because I want to search, write and move files from a folder to another one.

Can you help me?

Thanks

Hi Vane,

I am not to sure I really understand what your question is here, could you exand it a bit please.

Are you running the LabVIEW development environment on both the PC's ? and you just want a method for both VI's to know the absolute path to these shared folder is ?

  • 2 weeks later...
Posted

Could you use an UNC path of the form \\ComputerName\SharedFolder\Resource

Something like:

 \\192.168.1.1\LabVIEW\temp.txt

I think you can also do

 \\ComputerName\LabVIEW\temp.txt
Posted

192.168.1.1 is a local network address which might change.

If you have assigned a drive letter for a network drive, why not using this?

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

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

Important Information

By using this site, you agree to our Terms of Use.