Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104665860
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
Tue, Mar 11, 08:31
Size
535 B
Mime Type
text/x-java
Expires
Thu, Mar 13, 08:31 (2 d)
Engine
blob
Format
Raw Data
Handle
24840954
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