Difference between revisions of "Talk:!include"

From OpenKore Wiki
Jump to navigation Jump to search
(Is the foreslash or backslash in a path universal across windows and unix environments?)
 
m
 
Line 12: Line 12:
  
 
work on a unix hosted OK instance?
 
work on a unix hosted OK instance?
 +
 +
: BSD: only native paths work

Latest revision as of 12:36, 29 April 2010

How are the paths and foreslash and backslashed dealt with, for unix and windows?

Will a unix path like

foo/bar/baz/file.txt

work on a windows environment?

Will a windows path like

foo\bar\baz\file.txt

work on a unix hosted OK instance?

BSD: only native paths work