Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How are filenames written within REBOL code and data?

code Data filenames REBOL written
0
Posted

How are filenames written within REBOL code and data?

0

Within REBOL code, filenames begin with a percent sign to distinguish them from other words. Here are some examples: %/Volume/Directory/File – subdirectory %/path – root of current volume %//path – root of system %path – relative file (based on the current directory) %../path – up one level from the current directory %. – current directory If the file path starts with a slash, it is the root directory. If it doesn’t, it is a subdirectory of the current path.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123