Answer the question
In order to leave comments, you need to log in
Is it possible to provide support for symbolic links-files in OS Windows?
Symbolic links as files that are successfully supported on Linux and other similar systems (such as macOS).
These are files that contain a string with a symbolic link assignment path, for example, a file called "bitrix", which has only one line "../../static/bitrix/" and that's it.
Maybe there is some kind of driver or something similar?
Answer the question
In order to leave comments, you need to log in
These links are not supported on other operating systems, but on specific FILE systems.
Most file systems in Linux support the POSIX standard, but NTFS does not, it has its own entities and its own links and junction points. They work differently and require different commands to create them.
The symbolic link is supported at the file system level.
If it does, symbolic links work.
They work great on NTFS, if you mount another FS with symlink support on Windows, they will work too.
in windows "mklink" is used for this. As you might guess, it works a little differently :)
https://www.howtogeek.com/howto/16226/complete-gui...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question