evle
1 + int rand(100); | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору BNVDMY Если немого поискать, то и про ограничение на длину пути можно найти: Цитата: Maximum Path Length In the Windows API, the maximum length for a path is MAX_PATH, which is defined as 260 characters. A path is structured in the following order: drive letter, colon, backslash, components separated by backslashes, and a null-terminating character, for example, the maximum path on the D drive is D:\<256 chars>NUL. The Unicode versions of several functions permit a maximum path length of approximately 32,000 characters composed of components up to 255 characters in length. To specify that kind of path, use the "\\?\" prefix. | Попытался найти причину этого ограничения — безуспешно. Есть подозрения, что для совместимости со старой версией FAT'а.
---------- For every complex problem, there is a solution that is simple, neat, and wrong. |
|