You'll probably only have to write a little extra code and use
QFileInfo::isSymLink() <https://doc.qt.io/qt-5/qfileinfo.html#isSymLink>
and QFileInfo::symLinkTarget()
<https://doc.qt.io/qt-5/qfileinfo.html#symLinkTarget>

On Fri, Sep 24, 2021 at 10:01 AM Crocker, William <
william.croc...@analog.com> wrote:

> Hello:
>
>
>
> My app uses Qfile:
>
>
>
> QFile in_file(file_to_read);
>
> if( in_file.open(QIODevice::ReadOnly|QIODevice::Text) ) {
>
>     ...
>
>
>
> On windows this fails (for me) for files which are actually Windows
> shortcuts to the real file.
>
> Is that a bug or am I supposed to the provide special code for shortcut
> detection and processing.
>
> I am using Qt 5.9.1 (forgive me).
>
>
>
> Thanks.
>
>
>
> ***
>
> Bill
>
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to