dbTalk Databases Forums  

colon in item id to DOS directory

comp.databases.pick comp.databases.pick


Discuss colon in item id to DOS directory in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Ross Ferris
 
Posts: n/a

Default Re: colon in item id to DOS directory - 09-06-2006 , 08:23 PM






Q: Why are some characters "not allowed" in filenames
A: Because the operating system gives them special significance, like
"\" is a directory delimiter

The "interpretation" of these characters is buried in low level
routines, and is at once "useful" (files beginning with a dot in *nix
are 'invisible'), and also a pain (the basis for rootkits by excluding
files beginning with or containing specific characters) .... from
higher level routines (like DIR)

The OSFI is simply operating at this lower level, allowing it to
read/write without "interference" .... you could probably write a
"patch" to make windows "work"


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.