fpath icon indicating copy to clipboard operation
fpath copied to clipboard

to_posix_string and to_windows_string functions

Open hcarty opened this issue 7 years ago • 1 comments

Along the lines of #1 it would be useful to support POSIX and Windows path renderings for applications which may communicate across platforms.

hcarty avatar Nov 30 '17 20:11 hcarty

I could use this as well. Either as to_posix_string / to_windows_string or a way to treat a path implicitly as the compiled platform (default) or a chosen platform in most functions. For instance reading in "C:\whatever\thing.exe" on a mac should be able to be flagged and treated as "C://whatever//thing.exe" and get the same filename/basename considerations as it would on windows.

rseymour avatar May 15 '19 14:05 rseymour