Click here to Skip to main content
15,884,628 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Galactica fiasco Pin
Member 1481431821-Nov-22 4:03
Member 1481431821-Nov-22 4:03 
GeneralAn interesting interview point Pin
David O'Neil18-Nov-22 18:34
professionalDavid O'Neil18-Nov-22 18:34 
GeneralStraw poll extensions? Pin
jmaida18-Nov-22 17:34
jmaida18-Nov-22 17:34 
GeneralRe: Straw poll extensions? Pin
RickZeeland18-Nov-22 19:20
mveRickZeeland18-Nov-22 19:20 
GeneralRe: Straw poll extensions? Pin
jmaida19-Nov-22 7:48
jmaida19-Nov-22 7:48 
GeneralRe: Straw poll extensions? Pin
CPallini18-Nov-22 23:52
mveCPallini18-Nov-22 23:52 
GeneralRe: Straw poll extensions? Pin
trønderen19-Nov-22 1:14
trønderen19-Nov-22 1:14 
GeneralRe: Straw poll extensions? Pin
PIEBALDconsult19-Nov-22 2:25
mvePIEBALDconsult19-Nov-22 2:25 
Nope, just delimiters which are added when the path/name is formatted as a string for a particular purpose, primarily as aids to human readability.
The delimiters do not exist in the file system itself -- definitely not in FAT at least, and probably not in any others.

If someone has first name John and last name Smith, you may see it expressed as a string as "Smith, John" -- the comma is not part of either name, it is just an artifact of that particular formatting. Asking which name it is part of is nonsensical.
And other purposes may require other formattings, such as: <Name First='John' Last='Smith' />

The situation is more obvious with all the various ways people format dates and times within their cultures.

If you split the parts of the path/name into substrings, one substring per part of the full path/name, then there is no longer any need for the delimiters.

A UNC path to a file may be: \\SMITH\COMMON\Data\Today\Myfile.dat
while on OpenVMS I may refer to the same file as: SMITH::COMMON:[Data.Today]MyFile.dat
It just formatting for a particular purpose.
GeneralRe: Straw poll extensions? Pin
Slacker00719-Nov-22 4:35
professionalSlacker00719-Nov-22 4:35 
GeneralRe: Straw poll extensions? Pin
Daniel Pfeffer19-Nov-22 6:17
professionalDaniel Pfeffer19-Nov-22 6:17 
GeneralRe: Straw poll extensions? Pin
jmaida19-Nov-22 7:49
jmaida19-Nov-22 7:49 
GeneralRe: Straw poll extensions? Pin
Nelek19-Nov-22 9:28
protectorNelek19-Nov-22 9:28 
GeneralRe: Straw poll extensions? Pin
CodeWomble19-Nov-22 20:15
CodeWomble19-Nov-22 20:15 
GeneralRe: Straw poll extensions? Pin
PIEBALDconsult20-Nov-22 18:04
mvePIEBALDconsult20-Nov-22 18:04 
GeneralRe: Straw poll extensions? Pin
trønderen21-Nov-22 2:59
trønderen21-Nov-22 2:59 
GeneralRe: Straw poll extensions? Pin
jmaida21-Nov-22 7:36
jmaida21-Nov-22 7:36 
GeneralLegacy Issues Pin
Bram van Kampen18-Nov-22 15:22
Bram van Kampen18-Nov-22 15:22 
GeneralRe: Legacy Issues Pin
abmv18-Nov-22 17:25
professionalabmv18-Nov-22 17:25 
GeneralRe: Legacy Issues Pin
RickZeeland18-Nov-22 19:28
mveRickZeeland18-Nov-22 19:28 
GeneralRe: Legacy Issues Pin
dandy7219-Nov-22 3:41
dandy7219-Nov-22 3:41 
GeneralRe: Legacy Issues Pin
Southmountain19-Nov-22 6:27
Southmountain19-Nov-22 6:27 
GeneralRe: Legacy Issues Pin
Randor 19-Nov-22 9:33
professional Randor 19-Nov-22 9:33 
GeneralNeed advice on relocating cats Pin
Amarnath S18-Nov-22 13:17
professionalAmarnath S18-Nov-22 13:17 
GeneralRe: Need advice on relocating cats Pin
Storm-blade18-Nov-22 13:33
professionalStorm-blade18-Nov-22 13:33 
GeneralRe: Need advice on relocating cats Pin
Amarnath S18-Nov-22 15:19
professionalAmarnath S18-Nov-22 15:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.