Quote:
Originally Posted by sjfan
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.
|
It doesn't matter. Calibre will convert to the appropriate slash for the OS.