Is it possibly to create symbolic link to file/folder?

Support for Android version of Total Commander

Moderators: white, Hacker, petermad, Stefan2

Post Reply
videlch
New Member
New Member
Posts: 1
Joined: 2016-09-19, 10:40 UTC

Is it possibly to create symbolic link to file/folder?

Post by *videlch »

Is it possible to create symbolic link to file/folder instead of copy it to new location?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

You could do this via a button.
Type: System command
Command: sh
Parameters: ln -s %P%N %T%N

This will create a symbolic link of the first selected file in the other panel, with the same name as the source.

However, it will probably not work on user writable storage, because the file system doesn't support links.
Author of Total Commander
https://www.ghisler.com
Post Reply