Rhino C++ API
8.13
|
#include <opennurbs_file_utilities.h>
Static Public Member Functions | |
static bool | IsDirectory (const char *path) |
static bool | IsDirectory (const wchar_t *path) |
static bool | IsDirectoryWithWriteAccess (const char *path) |
static bool | IsDirectoryWithWriteAccess (const wchar_t *path) |
static bool | IsFile (const char *path) |
static bool | IsFile (const wchar_t *path) |
static bool | PathExists (const char *path) |
static bool | PathExists (const wchar_t *path) |
static bool | RemoveFile (const char *file_path) |
static bool | RemoveFile (const wchar_t *file_path) |
Copyright (c) 1993-2022 Robert McNeel & Associates. All rights reserved. OpenNURBS, Rhinoceros, and Rhino3D are registered trademarks of Robert McNeel & Associates.
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
For complete openNURBS copyright information see http://www.opennurbs.org.
|
static |
Returns: True if path is a directory. False otherwise.
|
static |
Returns: True if path is a directory. False otherwise.
|
static |
Returns: True if path is a directory where files can be written. False otherwise.
|
static |
Returns: True if path is a directory where files can be written. False otherwise.
|
static |
Returns: True if path is a file. False otherwise.
|
static |
Returns: True if path is a file. False otherwise.
|
static |
|
static |
|
static |
Description Remove a file Parameters: file_path - [in] name of file to delete Returns: True if the file existed and was removed.
|
static |
Description Remove a file Parameters: file_path - [in] name of file to delete Returns: True if the file existed and was removed.