Welcome, Guest. Please login or register.

Author Topic: File name length  (Read 3302 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: File name length
« on: February 09, 2003, 01:33:03 AM »
file/dir name limit is 107 chars (set by FileInfoBlock fib_FileName field length which is 108. However the last char is the terminating null char, thus 107).
 
PFS3 can have upto 107 char file/dir names.
You can either use pfsformat FILENAMESIZE=FNSIZE/K/N option at format time, or use setfnsize command to grow the size on the fly. The length can only be grown, not shrinken (unless, of course, you reformat).

[edit: typofix(tm)]