<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi All</p>
<p>I'm still wondering why I cannot open a hdf5 file under windows, while it works find under linux</p>
<p>(I'm using the latest scilab release in both cases - hdf5 file was made using h5py librarie)</p>
<p>The path & file name are corect, so ?????</p>
<p>Any trouble under windows?</p>
<p>Paul</p>
<p>####################</p>
<pre><span>PATH</span> <span>=</span> <span>get_absolute_file_path</span><span>(</span><span>"</span><span>test_read_hdf5.sce</span><span>"</span><span>)</span><span>;</span>
<span>fichier</span> <span>=</span> <span>"</span><span>Results_gzip.h5</span><span>"</span><span>;</span>
<span>resu</span> <span>=</span> <span>h5open</span><span>(</span><span>PATH</span> <span>+</span> <span>fichier</span><span>)</span><span>;</span></pre>
<p>h5open : Impossible d'ajouter des données au fichier (non HDF5) : D:\***\Results_gzip.h5.<br />Description HDF5: unable to open file: name = 'D:\***\Results_gzip.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0.</p>

</body></html>