Jump to content
Developer Wiki and Function Reference Links ×

$INCLUDE files on network.


Assembly

Recommended Posts

Nope.

In OSX (at least recent versions), all disks (other than the startup disk) are listed as being in a "virtual" folder called Volumes.

So if I have a folder named Files_to_swap that is sitting on a disk on a different computer on the network that is mounted as SharedFiles, the actual path to the folder is:

/Volumes/SharedFiles/Files_to_swap

The / at the very beginning tells the search to start at the root level of the directory tree.

Note that I used the wrong slashes in my earlier post. The ones in this post are correct.

so:

/Volumes:= the directory where remote disks are mounted on your machine

/That_Mounted_Disk:= the name of the remote disk is mounted as

/This/Folder/Here/VS_Stuff.ps:=The folder path on the remote disk.

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