how to use mklink on tos

Discussion on apps, protocols, APIs, specifications, and more. You are welcome to join us as a TOS app developer!
Post Reply
User avatar
mika0
Posts: 4
Joined: 22 Sep 2023, 00:44

how to use mklink on tos

Post by mika0 »

I want to use mklink for some file hard-linking. How can I use it?
User avatar
outkastm
Gold Member
Posts: 1457
Joined: 29 Dec 2020, 23:52

Re: how to use mklink on tos

Post by outkastm »

mklink is a windows tool.
For NAS use

Code: Select all

ln file1.txt hardlink.txt
User avatar
mika0
Posts: 4
Joined: 22 Sep 2023, 00:44

Re: how to use mklink on tos

Post by mika0 »

outkastm wrote: 22 Sep 2023, 17:13 mklink is a windows tool.
For NAS use

Code: Select all

ln file1.txt hardlink.txt
thanks! I was thinking there's a tool with same name and forget ln.
Post Reply

Return to “Developer Discussion Room”