ReplaceAbsolutePaths (RAP)

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
Onesimus Prime
Posts: 133
Joined: Wed Sep 05, 2007 8:42 pm

ReplaceAbsolutePaths (RAP)

#1 Post by Onesimus Prime »

My first (attempt at a) software release! :)

A description taken from selected parts of the readme:
"I was testing a program for portability recently and discovered that, although it could be portable, the process required a fair amount of manual editing of text-based settings files, converting absolute paths to relative ones. This is also the case in many program launchers such as Executor, SlickRun, or Launchy, as well as other software like MetaPath or QuickWayToFolders."
"Sometimes if a file is 'buried' in enough levels of folders and subfolders, it can get confusing how many '..\' to use."
"Basically, this program [RAP] has two general functions: calculating a relative path when given two absolute ones, and offering to replace any instances of an absolute path with the newly calculated relative one within a particular text-based settings file."

A few more details at the above link, along with download options and a full 2.5 page Readme...

donald
Posts: 561
Joined: Wed Dec 19, 2007 4:14 am
Location: knoxville TN USA

Re: ReplaceAbsolutePaths (RAP)

#2 Post by donald »

Onesimus Prime

Great work, and thanks for the app.

(Please keep us updated on this.)

User avatar
webfork
Posts: 10823
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: ReplaceAbsolutePaths (RAP)

#3 Post by webfork »

Good idea.

User avatar
Napiophelios
Posts: 610
Joined: Sun Mar 01, 2009 5:48 pm

Re: ReplaceAbsolutePaths (RAP)

#4 Post by Napiophelios »

This is a great concept and works well as is.

But I was curious how hard it would be to implement it in a different way.
It would be x1000 times more useful if it worked on a text input basis,
instead of one entry at a time.

The app would assume the input ini's location is the "Home Directory"
and convert all pathes in the ini file to relative ones.

The user could then drop their RocketDock.ini onto the converter
and the world would be right again.

Its just a thought.
Dont know if it would even be possible
to discern a path within a text file.

But,like I said, its fine the way it is.
Thanx :)

Post Reply