示例#1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="isFile">true if Entry is a file (readonly).</param>
 /// <param name="isDirectory">true if Entry is a directory (readonly).</param>
 /// <param name="name">Name of the file or directory, excluding the path leading to it (readonly).</param>
 /// <param name="fullPath">The full absolute path from the root to the file or directory (readonly).</param>
 /// <param name="fileSystem">The file system on which the Entry resides.</param>
 public Entry(bool isFile, bool isDirectory, JsString name, JsString fullPath, DOMFileSystem fileSystem)
 {
 }
示例#2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="isFile">true if Entry is a file (readonly).</param>
 /// <param name="isDirectory">true if Entry is a directory (readonly).</param>
 /// <param name="name">Name of the file or directory, excluding the path leading to it (readonly).</param>
 /// <param name="fullPath">The full absolute path from the root to the file or directory (readonly).</param>
 /// <param name="fileSystem">The file system on which the Entry resides.</param>
 public Entry(bool isFile, bool isDirectory, JsString name, JsString fullPath, DOMFileSystem fileSystem) { }