Quote:
Originally Posted by stumped
And get the slashes the right way round. The examples in green slant the opposite way to what you wrote.
|
Depends what platform Scaledish is using.
Theducks' examples in green use backslashes ("\") and are only correct on Windows among major platforms.
The POSIX standard—and all other major platforms, including OS X (Mac), iOS, Android, Linux, etc—all use forward slashes ("/") as the path separator, as Scaledish used.