<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hello Rafael,<br>
      <br>
      Le 27/01/2013 03:51, Rafael Guerra a écrit :<br>
    </div>
    <blockquote cite="mid:1359255061279-4025773.post@n3.nabble.com"
      type="cite">
      <pre wrap="">../..
In Scilab 5.4 (Windows 7) if one creates a folder with the command:
   status= createdir('D:\OUTPUT');

and the folder already exists, then a warning message will be issued in
Scilab's Console:
   createdir: Warning: Directory 'D:\OUTPUT' already exists.

How can one check in Scilab if a directory already exists?</pre>
    </blockquote>
    with <font face="Courier New, Courier, monospace"><br>
      <small>fileinfo("myDir_or_file_with_path")~= [ ]</small></font><br>
    <br>
    <blockquote cite="mid:1359255061279-4025773.post@n3.nabble.com"
      type="cite">
      <pre wrap="">How to disable the warning message above?</pre>
    </blockquote>
    AFAIK, there is no switch<br>
    <br>
    Regards<br>
    Samuel<br>
    <br>
  </body>
</html>