Wpis z mikrobloga

Czy to dobry zwyczaj nazywać dokumenty od "/"? Coś typu "/03/2016-dokument.pdf"

  • 21
  • Odpowiedz
  • Otrzymuj powiadomienia
    o nowych komentarzach

ojacie

Another obvious problem is the different path separators between HFS+ (colon, ':') and UFS (slash, '/'). This also means that HFS+ file names may contain the slash character and not colons, while the opposite is true for UFS file names. This was easy to address, though it involves transforming strings back and forth. The HFS+ implementation in the kernel's VFS layer converts colon to slash and vice versa when reading from
  • Odpowiedz