<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 Apr 2015 10:48:00 Z</lastBuildDate><pubDate>28 Apr 2015 14:56:00 Z</pubDate><description>Hi,&#13;
&#13;
my program has to create automatically directories for contacts, orders, invoices and so on.&#13;
&#13;
On my development pc i can easily create these needed folders, for example:&#13;
&#13;
sDirectory is string = "c:\ est\customers\Müller\orders_2015"&#13;
IF NOT fDirectoryExist(sDirectory ) THEN fMakeDir(sDirectory)&#13;
&#13;
To open the created directory i use&#13;
&#13;
sDirectory is string = c:\ est\customers\Müller\orders_2015"&#13;
ExeRun("EXPLORER.EXE "+ sDirectory , exeActive, exeDontWait)&#13;
&#13;
But now the program has to create these folders on a shared folder (\\mmfls026\mm$) and my code doesnt work anymore. The program can be run more than one time.&#13;
&#13;
I can open the directory when i enter the unc directly in the internet explorer but not in the windows explorer.&#13;
&#13;
Can you give me a hint how to handle this? How to create the folders and how to open them?&#13;
&#13;
&#13;
Greetings&#13;
Markus</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51841-wd19-how-create-directories-and-pdf-unc-path/read.awp</link><title>[WD19] How to create directories and .pdf on an unc path?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51841-wd19-how-create-directories-and-pdf-unc-path-51864/read.awp</comments><pubDate>29 Apr 2015 10:48:00 Z</pubDate><description>Hi Alexandre,&#13;
&#13;
thanks for your answer.&#13;
&#13;
The admin gave me the unc path but he didnt gave me the rights...</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51841-wd19-how-create-directories-and-pdf-unc-path-51864/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51841-wd19-how-create-directories-and-pdf-unc-path-51864/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51841-wd19-how-create-directories-and-pdf-unc-path/read.awp">[WD19] How to create directories and .pdf on an unc path?</source><title>Re: [WD19] How to create directories and .pdf on an unc path?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51841-wd19-how-create-directories-and-pdf-unc-path-51850/read.awp</comments><pubDate>28 Apr 2015 16:16:00 Z</pubDate><description>Hi Markus,&#13;
&#13;
UNC paths are supported by all functions as far as I know. Just remove the $ since this is a hidden character code…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51841-wd19-how-create-directories-and-pdf-unc-path-51850/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51841-wd19-how-create-directories-and-pdf-unc-path-51850/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51841-wd19-how-create-directories-and-pdf-unc-path/read.awp">[WD19] How to create directories and .pdf on an unc path?</source><title>Re: [WD19] How to create directories and .pdf on an unc path?</title></item></channel></rss>
