Difference between revisions of "File.name"

From MiniScript Wiki
Jump to navigation Jump to search
(created file.name page)
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
As it says in the name [[File|file]].'''name''' it is used to retrieve the exact name of the file you designate in the file path your provided as a string.  
+
As it says in the name [[File|file]].'''name''' it is used to retrieve the exact name of the file you designate in the file path that was provided as a string.  
  
 
Example: [[File|file]].'''name''' "/usr/startup.ms"
 
Example: [[File|file]].'''name''' "/usr/startup.ms"
 +
 +
[[Category:Mini Micro]]

Latest revision as of 02:13, 30 January 2025

As it says in the name file.name it is used to retrieve the exact name of the file you designate in the file path that was provided as a string.

Example: file.name "/usr/startup.ms"