Welcome, Guest. Please login or register.

Author Topic: Quick SFS question  (Read 1391 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Quick SFS question
« on: January 03, 2007, 12:38:13 PM »
2147483647

Some versions support larger files than that (upto 4GB), but dos.library API does not cater for them.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Quick SFS question
« Reply #1 on: January 03, 2007, 02:44:42 PM »
Yes, 107 chars (again limitation set by the dos.library).
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Quick SFS question
« Reply #2 on: January 03, 2007, 03:18:00 PM »
Quote
Does this include the directory tree?

No.
Quote
Or 107 letters just for the filename?

Yes. File or directory name can be 107 letters.

Full path is limited to 255 chars on the API side. SFS itself sets no such limitations (AFAIK). If cleverly programmed, the app can handle practically unlimited path length.