Back to product page

Name property


Holds virtual file name.

Type

A String value.

Syntax

  • Basic
object.Name [= value]
The Name(object,value) syntax has these parts:
objectAn expression evaluating to an object of type VirtualFile.
valueA String value.

Remarks

Name property holds name of the virtual file, as seen by the user. It should contain no '/' or '\' characters. It will appear only in folder specified in RelativePath property, and will point to location on your file system as defined in ResolvedPath property.

Platforms

Windows