What is the maximum amount of characters or length for a Directory?

Viewed 21450

What is the maximum amount of characters that a typical path can contain for a directory when using C#?

For example C:\test\ has 7 characters in length , what is the maximum length?

2 Answers
Related