MISC: Update messages related to text files (#2266)

This commit is contained in:
catloversg
2025-07-25 12:39:55 +07:00
committed by GitHub
parent fee75b44d4
commit 8729dc3d1b
5 changed files with 10 additions and 7 deletions

View File

@@ -8210,8 +8210,8 @@ export interface NS {
*
* Move the source file to the specified destination on the target server.
*
* This command only works for scripts and text files (.txt). It cannot, however, be used
* to convert from script to text file, or vice versa.
* This command only works for scripts (.js, .jsx, .ts, .tsx) and text files (.txt, .json). It cannot, however, be
* used to convert from script to text file, or vice versa.
*
* This function can also be used to rename files.
*