当前位置:网站首页>asp. Net read TXT file
asp. Net read TXT file
2022-07-05 13:37:00 【Bailu-】
One . read
string txt = System.IO.File.ReadAllText("*** Absolute path ***/onNumber.txt");
Two . Write
System.IO.File.WriteAllText("*** Absolute path ***/onNumber.txt", (Convert.ToInt32(txt) + 1) + "");
// Here is simply converting the data to numeric type and then adding 1, The front is the absolute path to read the content , Next is the data to be written
3、 ... and . follow-up
To create files manually , Or you can make a judgment , When the file does not exist , Create the file
边栏推荐
- MySQL --- 数据库查询 - 排序查询、分页查询
- [daily question] 1200 Minimum absolute difference
- Win10——轻量级小工具
- C# 对象存储
- Rocky basic command 3
- What happened to the communication industry in the first half of this year?
- Solve the problem of "unable to open source file" xx.h "in the custom header file on vs from the source
- 精彩速递|腾讯云数据库6月刊
- Shu tianmeng map × Weiyan technology - Dream map database circle of friends + 1
- "Baidu Cup" CTF competition in September, web:upload
猜你喜欢
C# 对象存储
Could not set property 'ID' of 'class xx' with value 'XX' argument type mismatch solution
[daily question] 1200 Minimum absolute difference
不知道这4种缓存模式,敢说懂缓存吗?
百度杯”CTF比赛 2017 二月场,Web:爆破-2
DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
Idea设置方法注释和类注释
Shandong University Summer Training - 20220620
Operational research 68 | the latest impact factors in 2022 were officially released. Changes in journals in the field of rapid care
Win10 - lightweight gadget
随机推荐
Fragmented knowledge management tool memos
French scholars: the explicability of counter attack under optimal transmission theory
Nantong online communication group
使用Dom4j解析XML
Datapipeline was selected into the 2022 digital intelligence atlas and database development report of China Academy of communications and communications
DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
Summary and arrangement of JPA specifications
JPA规范总结和整理
AVC1与H264的区别
百度杯”CTF比赛 2017 二月场,Web:爆破-2
通讯录(链表实现)
蜀天梦图×微言科技丨达梦图数据库朋友圈+1
Summit review | baowanda - an integrated data security protection system driven by compliance and security
leetcode 10. Regular Expression Matching 正则表达式匹配 (困难)
go 字符串操作
网络安全-HSRP协议
【MySQL 使用秘籍】一網打盡 MySQL 時間和日期類型與相關操作函數(三)
Go pointer
FPGA learning notes: vivado 2019.1 add IP MicroBlaze
jasypt配置文件加密|快速入门|实战