File Paths
Unix / Linux systems use the forward-slash ('/') character in file paths. Take care to correct any file paths as necessary when moving flow charts from Windows to Unix / Linux systems. For example, the following path would be acceptable in Unix / Linux:
/path/to/myfile.txt
For file URLs, Unix / Linux systems require "file://" (as opposed to "file:/") at the start of the URL. You might use the following URL on a Unix / Linux system:
Comments
Please sign in to leave a comment.