MCPcopy Create free account
hub / github.com/RainingComputers/whipFTP / is_dir

Method is_dir

FTP_controller.py:356–358  ·  view source on GitHub ↗
(self, file_details)

Source from the content-addressed store, hash-verified

354 return [file_name, file_attribs, date_modified]
355
356 def is_dir(self, file_details):
357 if(self.server_platform == 'Linux'):
358 return 'd' in file_details[0]

Callers 11

delete_dirMethod · 0.95
download_dirMethod · 0.95
searchMethod · 0.95
get_dir_sizeMethod · 0.95
draw_iconsMethod · 0.45
change_dirMethod · 0.45
rename_fileMethod · 0.45
downloadMethod · 0.45
delete_itemMethod · 0.45
clipboard_pasteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected