Metadata
- Source
- FLUID-3299
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Laurel Williams
- Reporter
- Laurel Williams
- Created
2009-10-15T11:49:58.000-0400 - Updated
2009-12-02T13:37:33.000-0500 - Versions
- N/A
- Fixed Versions
-
- 1.2
- Component
-
- Infusion Builder
Description
php has a predefined constant called DIRECTORY_SEPARATOR that can be used instead.
http://ca3.php.net/manual/en/dir.constants.php
Replace this and test.
Comments
-
Laurel Williams commented
2009-10-23T11:36:32.000-0400 Replaced with references to DIRECTORY_SEPARATOR.
Further work on a related issue will be to remove references to DIRECTORY_SEPARATOR altogether and use '\' instead - which works for both unix and windows. One step at a time!