Files
o3de/Code/Framework/AzFramework/AzFramework
bosnichd 403e2ff1e3 Fix bug in LocalFileIO::ConvertToAliasBuffer when a resolved alias ends in a path separator. (#5136)
* Fix bug in LocalFileIO::ConvertToAliasBuffer when a resolved alias ends in a path separator, in which case we do not want to consume it when replacing it with the alias.

eg. If the @products@ alias resolves to "C:\" and we call ConvertToAliasBuffer with "C:\some_folder\some_file.txt", the current behaviour results in "@products@some_folder\some_file.txt", but it needs to be "@products@\some_folder\some_file.txt"

Signed-off-by: bosnichd <bosnichd@amazon.com>

* Update based on review feedback.

Signed-off-by: bosnichd <bosnichd@amazon.com>
2021-11-02 10:31:50 -06:00
..
2021-10-22 14:22:57 -05:00
2021-10-05 15:12:53 -05:00
2021-09-07 18:37:45 -07:00
2021-08-23 13:00:45 -07:00
2021-10-11 20:15:56 -05:00
2021-10-22 14:22:57 -05:00
2021-10-22 14:22:57 -05:00
2021-09-03 14:57:08 -07:00