Add "Set Rel" for directory bookmarks

see
http://pulkomandy.tk/projects/GrafX2/ticket/45
It is disabled under AmigaOS, AROS and MorphOS
This commit is contained in:
Thomas Bernard
2018-04-04 19:11:21 +02:00
parent 175ea62b02
commit 7c79cf41e2
3 changed files with 95 additions and 10 deletions

View File

@@ -195,5 +195,9 @@ int Remove_path(const char * path);
/// Remove the directory
int Remove_directory(const char * path);
///
/// Calculate relative path
const char * Calculate_relative_path(const char * ref_path, const char * path);
/** @}*/
#endif