Ruby/Справочник/Windows::Directory

Материал из Викиучебника — открытых книг для открытого мира

Класс Windows::Directory[править]

(нет описания...)


Константы

CreateDirectory, CreateDirectoryEx, CreateDirectoryExW, CreateDirectoryW, FindCloseChangeNotification, FindFirstChangeNotification, FindNextChangeNotification, GetCurrentDirectory, GetCurrentDirectoryW, ReadDirectoryChangesW, RemoveDirectory, RemoveDirectoryW, SetCurrentDirectory, SetCurrentDirectoryW

Методы объекта

CreateDirectoryExW, CreateDirectoryEx, CreateDirectoryW, CreateDirectory, FindCloseChangeNotification, FindFirstChangeNotification, FindNextChangeNotification, GetCurrentDirectoryW, GetCurrentDirectory, ReadDirectoryChangesW, RemoveDirectoryW, RemoveDirectory, SetCurrentDirectoryW, SetCurrentDirectory

Windows::Directory#CreateDirectory[править]


 CreateDirectory(path, attributes = 0)

(нет описания...)

Windows::Directory#CreateDirectoryEx[править]


 CreateDirectoryEx(template, new_dir, attributes)

(нет описания...)

Windows::Directory#CreateDirectoryExW[править]


 CreateDirectoryExW(template, new_dir, attributes)

(нет описания...)

Windows::Directory#CreateDirectoryW[править]


 CreateDirectoryW(path, attributes)

(нет описания...)

Windows::Directory#FindCloseChangeNotification[править]


 FindCloseChangeNotification(handle)

(нет описания...)

Windows::Directory#FindFirstChangeNotification[править]


 FindFirstChangeNotification(path, subtree, filter)

(нет описания...)

Windows::Directory#FindNextChangeNotification[править]


 FindNextChangeNotification(handle)

(нет описания...)

Windows::Directory#GetCurrentDirectory[править]


 GetCurrentDirectory(buf_len, buf)

(нет описания...)

Windows::Directory#GetCurrentDirectoryW[править]


 GetCurrentDirectoryW(buf_len, buf)

(нет описания...)

Windows::Directory#ReadDirectoryChangesW[править]


 ReadDirectoryChangesW(handle, buf, buf_len, subtree, filter, bytes, overlapped, routine)

(нет описания...)

Windows::Directory#RemoveDirectory[править]


 RemoveDirectory(path)

(нет описания...)

Windows::Directory#RemoveDirectoryW[править]


 RemoveDirectoryW(path)

(нет описания...)

Windows::Directory#SetCurrentDirectory[править]


 SetCurrentDirectory(path)

(нет описания...)

Windows::Directory#SetCurrentDirectoryW[править]


 SetCurrentDirectoryW(path)

(нет описания...)