The names of folders include the path information. You must, of course, give each subfolder in a folder a unique name. You should also consider the following information:
Forward slashes separate folder names from each other.
All path names are relative to the folder whose method you are calling.
You can simulate an absolute path by starting the reference from the root folder.
You can use a String
or a structured Name
to create the name of a folder.
The names of objects include the path information. You must, of course, give each object in a folder a unique name. You should also consider the following information:
Forward slashes separate folder names from each other and from the object name.
All path names are relative to the folder whose method you are calling.
You can simulate an absolute path by starting the reference from the root folder.
You can use a String
or a structured Name
to create the name of an object.