src/eric7/Documentation/Source/eric7.SystemUtilities.FileSystemUtilities.html

branch
eric7
changeset 10399
48014775ad31
parent 10395
16933878e27b
child 10479
856476537696
equal deleted inserted replaced
10398:ef1ea18994d5 10399:48014775ad31
144 <tr> 144 <tr>
145 <td><a href="#splitPath">splitPath</a></td> 145 <td><a href="#splitPath">splitPath</a></td>
146 <td>Function to split a pathname into a directory part and a file part.</td> 146 <td>Function to split a pathname into a directory part and a file part.</td>
147 </tr> 147 </tr>
148 <tr> 148 <tr>
149 <td><a href="#startfile">startfile</a></td>
150 <td>Function to open the given file path with the system default application.</td>
151 </tr>
152 <tr>
149 <td><a href="#startswithPath">startswithPath</a></td> 153 <td><a href="#startswithPath">startswithPath</a></td>
150 <td>Function to check, if a path starts with a given start path.</td> 154 <td>Function to check, if a path starts with a given start path.</td>
151 </tr> 155 </tr>
152 <tr> 156 <tr>
153 <td><a href="#toNativeSeparators">toNativeSeparators</a></td> 157 <td><a href="#toNativeSeparators">toNativeSeparators</a></td>
1119 </dd> 1123 </dd>
1120 </dl> 1124 </dl>
1121 <div align="right"><a href="#top">Up</a></div> 1125 <div align="right"><a href="#top">Up</a></div>
1122 <hr /> 1126 <hr />
1123 <hr /> 1127 <hr />
1128 <a NAME="startfile" ID="startfile"></a>
1129 <h2>startfile</h2>
1130 <b>startfile</b>(<i>filePath</i>)
1131
1132 <p>
1133 Function to open the given file path with the system default application.
1134 </p>
1135 <dl>
1136
1137 <dt><i>filePath</i> (str or Path)</dt>
1138 <dd>
1139 file path to be opened
1140 </dd>
1141 </dl>
1142 <dl>
1143 <dt>Return:</dt>
1144 <dd>
1145 flag indicating a successful start of the associated application
1146 </dd>
1147 </dl>
1148 <dl>
1149 <dt>Return Type:</dt>
1150 <dd>
1151 bool
1152 </dd>
1153 </dl>
1154 <div align="right"><a href="#top">Up</a></div>
1155 <hr />
1156 <hr />
1124 <a NAME="startswithPath" ID="startswithPath"></a> 1157 <a NAME="startswithPath" ID="startswithPath"></a>
1125 <h2>startswithPath</h2> 1158 <h2>startswithPath</h2>
1126 <b>startswithPath</b>(<i>path, start</i>) 1159 <b>startswithPath</b>(<i>path, start</i>)
1127 1160
1128 <p> 1161 <p>

eric ide

mercurial