Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121818577
Dirent.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jul 14, 03:33
Size
535 B
Mime Type
text/x-java
Expires
Wed, Jul 16, 03:33 (2 d)
Engine
blob
Format
Raw Data
Handle
27396004
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Dirent.d.ts
View Options
import { Link } from './node';
import { TEncodingExtended, TDataOut } from './encoding';
/**
* A directory entry, like `fs.Dirent`.
*/
export declare class Dirent {
static build(link: Link, encoding: TEncodingExtended | undefined): Dirent;
name: TDataOut;
private mode;
private _checkModeProperty;
isDirectory(): boolean;
isFile(): boolean;
isBlockDevice(): boolean;
isCharacterDevice(): boolean;
isSymbolicLink(): boolean;
isFIFO(): boolean;
isSocket(): boolean;
}
export default Dirent;
Event Timeline
Log In to Comment