Difference between revisions of "File.name"

From MiniScript Wiki
Jump to navigation Jump to search
(created file.name page)
 
m (typo)
 
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"

Latest revision as of 14:09, 20 March 2022

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"