oscommon.idx 1.2 KB

12345678910111213141516
  1. nimTitle oscommon oscommon.html module std/private/oscommon 0
  2. nim weirdTarget oscommon.html#weirdTarget const weirdTarget 10
  3. nim ReadDirEffect oscommon.html#ReadDirEffect object ReadDirEffect 14
  4. nim WriteDirEffect oscommon.html#WriteDirEffect object WriteDirEffect 17
  5. nim pcFile oscommon.html#pcFile PathComponent.pcFile 70
  6. nim pcLinkToFile oscommon.html#pcLinkToFile PathComponent.pcLinkToFile 70
  7. nim pcDir oscommon.html#pcDir PathComponent.pcDir 70
  8. nim pcLinkToDir oscommon.html#pcLinkToDir PathComponent.pcLinkToDir 70
  9. nim PathComponent oscommon.html#PathComponent enum PathComponent 70
  10. nim getSymlinkFileKind oscommon.html#getSymlinkFileKind,string proc getSymlinkFileKind(path: string): tuple[pc: PathComponent, isSpecial: bool] 82
  11. nim tryMoveFSObject oscommon.html#tryMoveFSObject,string,string,bool proc tryMoveFSObject(source, dest: string; isDir: bool): bool 94
  12. nim maxSymlinkLen oscommon.html#maxSymlinkLen const maxSymlinkLen 119
  13. nim fileExists oscommon.html#fileExists,string proc fileExists(filename: string): bool 121
  14. nim dirExists oscommon.html#dirExists,string proc dirExists(dir: string): bool 139
  15. nim symlinkExists oscommon.html#symlinkExists,string proc symlinkExists(link: string): bool 156