Patrick Rhomberg created GEODE-5213: ---------------------------------------
Summary: Convert directory traversal to be OS-agnostic Key: GEODE-5213 URL: https://issues.apache.org/jira/browse/GEODE-5213 Project: Geode Issue Type: Sub-task Reporter: Patrick Rhomberg Many paths are hard-coded to the Unix style of {{/to/my/file}}, which is incompatable with Windows. These should be converted to use the OS-agnostic {{Path(to).resolve(my).resolve(file)}}. -- This message was sent by Atlassian JIRA (v7.6.3#76005)