Hi Guest 1 HomePage 1 Jobs 1 WalkIn 1Articles  

 :) Latest Topic
Node.js Tutorial
Parts of Node.js
Features of Node.js
Install Node.js Windows
Install Node.js Linux
Node.js First Example
Node.js Console
Node.js REPL
Node.js NPM
Node.js CL Options1
Node.js CL Option2
Node.js Globals
Node.js OS
Node.js Timer
Node.js Errors
Node.js DNS
Node.js Net
Node.js Crypto
Node.js TLS/SSL
Node.js Debugger
Node.js Process
Node.js Process Example
Node.js Process Example2
Node.js Child Process
Child Process EXEC
Child Process SPAWN
Child Process Fork
Node.js Buffers
Node.js Streams
Node.js Reading Stream
Node.js Writing Stream
Node.js Piping Stream
Node.js Chaining Streams
Node.js File System Part1
Node.js File System Part2
Node.js File System Part3
Node.js Path
Node.js StringDecoder
Node.js Query String
Node.js ZLIB
Node.js Assertion
Node.js V8
Node.js Callbacks
Node.js Events
Node.js Punycode
Node.js TTY
Node.js Web Module
Node.js Upload Files
 


  

 
Node.js File System Part2
Question Posted on 01 Apr 2024

Home >> Tutorial >> Node.js Tutorial >> Node.js File System Part2


Node.js File System Part2

Node.js File System (FS) Part 2


We will take some example to open file and do operation like read and write operation on file system.

Here we will create a JavaScript file which named as "main.js" which is having the below code to open the file input.txt create in previous chapter to read and write operations.
File: main.js


Open File Code

Now we open Node.js command prompt and run the main.js file as given below:-
node main.js



Open File Code output

Node.js File Information Method


Below is the syntax to run method to get file information.
fs.stat(path,callback)


Parameter explanation:
  • (1)Path:-This parameter is a string which is having file name which include a path.

  • (2)flags:-This is the callback function which gets two arguments (err, stats) where stats is an object of fs.Stats type.



Node.js fs.Stats class Methods



NoMethodDescription
1stats.isfile()This method will returns true if file type is of a simple file.
2stats.isdirectory()This method will returns true if file type is of a directory.
3stats.isblockdevice()This method will return true if file type is of a block device.
4stats.ischaracterdevice()This method will return true if file type is of a character device.
5stats.issymboliclink()This method will return true if file type is of a symbolic link.
6stats.isfifo()This method will retunr true if file type is of fifo.
7stats.issocket()This methos will retunr true if file type is of asocket.



Other Important Questions
Parts of Node.js
Install Node.js Linux
Node.js First Example
Node.js Globals
Node.js DNS







 
Top Searches:asp net questions vb net questions sql query uddl questions class javascript Questions sharepoint interview questions and concept silverlight questions and concept wcf questions beans general knowledge ajax questions
PHP | Biztalk | Testing | SAP | HR |