Convert a string to the "real path" by converting to an absolute, normalized path. TODO: optimize This function is very inefficient. It creates a lot of GC garbage.
See Implementation
Convert a string to the "real path" by converting to an absolute, normalized path. TODO: optimize This function is very inefficient. It creates a lot of GC garbage.