Folder Aliases Management

This script manages folder Aliases. It uses a custom dialog and can show a what Aliases are dead links.

Note Dopus has a better dialog already here Folder Aliases.
This was originally written for fun, then extended to support this request Folder Alias with broken links.

image

ManageFolderAliases.osp v0.2 (32.8 KB)

Button to show the dailog

<?xml version="1.0"?>
<button backcol="none" display="both" textcol="none">
	<label>Alias</label>
	<tip>Manage Alias</tip>
	<icon1>#ManageFolderAliases:AliasBlue</icon1>
	<function type="normal">
		<instruction>ManageDopusFolderAliases</instruction>
	</function>
</button>
1 Like

I found a problem, the add alias button is not working.