Removed UseRelativePaths property from Dataset class. Store paths are now always specified relative to the Dataset's path where possible. In cases where a Store's path cannot be specified relative to the Dataset's path (for example when the Store is on a different drive to the Dataset), we use the full, absolute path in the Dataset's JSON file.
Removed UseRelativePaths property from Dataset class. Store paths are now always specified relative to the Dataset's path where possible. In cases where a Store's path cannot be specified relative to the Dataset's path (for example when the Store is on a different drive to the Dataset), we use the full, absolute path in the Dataset's JSON file.