In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article introduces the relevant knowledge of "what are the Path methods in Node.js". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
1. Path.extname () returns the file extension as a string.
Path.extname ('/ path/to/test.txt') / / '.test'
Just like connecting two paths, getting a file extension is more complex than it looks at first.
If path uses. For the end, will return.. If the file does not have an extension, it does not. At the end, or the file does not have an extension, a null value is returned.
Path.extname ('/ path/to/index.') / /'. Path.extname ('/ path/to/README') / / 'path.extname (' / path/to/.gitignore') / /''
2. Path.basename () and path.dirname (), get the file name (including extension) and directory, respectively.
Path.basename ('/ path/to/test.txt') / / 'test.txt'path.dirname (' / path/to/test.txt') / /'/ path/to'
3. Path.parse () returns the object.
The object contains paths divided into five different components.
Includes extensions and directories. The path.parse () method is also a way to get the file name without any extension.
Path.parse ('/ path/to/test.txt') / * {root:'/', dir:'/ path/to', base: 'test.txt', ext:' .txt', name: 'test'} * / "what are the Path methods in Node.js?" Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
This article is about how HTML invokes search engines on the page. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
Wechat
About us
Contact us
Product review
car news
thenatureplanet
More Form oMedia:
AutoTimes.
Bestcoffee.
SL News.
Jarebook.
Coffee Hunters.
Sundaily.
Modezone.
NNB.
Coffee.
Game News.
FrontStreet.
GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.