P
P
PrCj2014-09-05 11:51:00
Programming
PrCj, 2014-09-05 11:51:00

How to create file in Qt Ubuntu shared folder?

os: Ubuntu 12.04
Qt 5.3
Actually the question is in the title. It is necessary with the help of Qt to be able to work with a shared folder on the local network.
Tried
QFile("smb://<ip>/<shared folder>/");
but doesn't work

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hydra_13, 2016-03-17
@hydra_13

maybe:

QFile file("\\\\<ip>\\<shared folder>\\<new file>");

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question