Ensures the path starts and ends with ''
path to create display path from
path with ''
createDisplayPath('\\'); // '\'createDisplayPath('hi'); // '\hi\'createDisplayPath('hi\\'); // '\hi\'createDisplayPath('hi\\world'); // '\hi\world\' Copy
createDisplayPath('\\'); // '\'createDisplayPath('hi'); // '\hi\'createDisplayPath('hi\\'); // '\hi\'createDisplayPath('hi\\world'); // '\hi\world\'
Ensures the path starts and ends with ''