A few days ago I create a junction directory using a command mklinkin Windows 7. Now I want to know what a real link is according to this directory connection. How can I achieve this without third-party tools ?
mklink
Go to the folder containing your connection in cmd.exe and run:
dir /a:d
It must specify all directories in the folder, including the connection, and must provide the real location of the connection.
It seems to me that you can do this with the links you provide:
NTFSLinksView.exe /folder <foldername> /scomma links.csv
type links.csv
:
NTFSLinksView.exe /folder <foldername> /scomma links.csv && type links.csv
Source: https://habr.com/ru/post/1529683/More articles:Convert int -> unsigned long long defined by standard - c ++create table list in jquery - javascriptSetting inheritance field java vs constructor - javatesseract (v3.03) PDF output - linuxUse System.Net.Sockets in PCL (.Net 4.5 + phone 8) - c #Connecting an unbalanced panel dataset to have at least 2 consecutive observations in R - rОбъединение шифрования WinCrypt и PyCrypto - pythonEclipse CDT Отладка не в исполняемом формате: Формат файла не распознается после установки клубники - cControlling Emacs window splitting behavior - emacsrun Spark Kafka example wordcount.java without a "run-example" script - javaAll Articles