Difference between revisions of "File.name"

From MiniScript Wiki
Jump to navigation Jump to search
m (typo)
m
 
Line 2: Line 2:
  
 
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"