函数
|
FILEERROR
|
ReadHyperFile
(
BaseDocument
*doc,
GeListNode
*node, const
Filename
&filename,
Int32
ident,
maxon::String
*warning_string)
|
FILEERROR
|
WriteHyperFile
(
BaseDocument
*doc,
GeListNode
*node, const
Filename
&filename,
Int32
ident)
|
Bool
|
GeFExist
(const
Filename
&name,
Bool
isdir=false)
|
Bool
|
GeSearchFile
(const
Filename
&directory, const
Filename
&name,
Filename
*found)
|
Bool
|
GeFKill
(const
Filename
&name,
Int32
flags=0)
|
Bool
|
GeFCopyFile
(const
Filename
&source, const
Filename
&dest,
Int32
flags)
|
Bool
|
GeFRename
(const
Filename
&source, const
Filename
&dest)
|
Bool
|
GeFMove
(const
Filename
&source, const
Filename
&dest)
|
Bool
|
GeFCreateDir
(const
Filename
&name)
|
Bool
|
GeFCreateDirRec
(const
Filename
&name)
|
Bool
|
GeFGetDiskFreeSpace
(const
Filename
&vol,
UInt64
&freecaller,
UInt64
&total,
UInt64
&freespace)
|
UInt32
|
GeFGetAttributes
(const
Filename
&name)
|
Bool
|
GeFSetAttributes
(const
Filename
&name,
UInt32
flags,
UInt32
mask=(
UInt32
) - 1)
|
Bool
|
GeExecuteFile
(const
Filename
&path)
|
Bool
|
GeExecuteProgram
(const
Filename
&program, const
Filename
&file)
|
const
Filename
|
GeGetStartupPath
(void)
|
const
Filename
|
GeGetStartupApplication
(void)
|
const
Filename
|
GeGetStartupWritePath
(void)
|
const
Filename
|
GeGetPluginPath
(void)
|
Filename
|
GeGetPluginResourcePath
()
|
const
Filename
|
GeGetC4DPath
(
Int32
whichpath)
|
Bool
|
GeGetFileTime
(const
Filename
&name,
Int32
模式,
LocalFileTime
*out)
|
Bool
|
GeSetFileTime
(const
Filename
&name,
Int32
mode, const
LocalFileTime
*in)
|
void
|
GeGetCurrentTime
(
LocalFileTime
*out)
|
String
|
DateToString
(const
LocalFileTime
&t,
Bool
date_only)
|
Bool
|
ShowInFinder
(const
Filename
&fn,
Bool
open)
|
Bool
|
RequestFileFromServer
(const
Filename
&fn,
Filename
&res)
|
maxon::String
|
ToString
(const
Filename
&val, const
maxon::FormatStatement
*formatStatement,
maxon::Bool
checkDatatype=false)
|
maxon::Url
|
MaxonConvert
(const
Filename
&fn,
MAXONCONVERTMODE
convertMode)
|
Filename
|
MaxonConvert
(const
maxon::Url
&fn)
|