VS:ConvertHSF2PosixPath/ja

From Vectorworks Developer
Revision as of 15:43, 17 May 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Macintoshのみ有効


ファイルパスの 「:」 を 「/」 に変更する。

FUNCTION ConvertHSF2PosixPath(
HSFPath :DYNARRAY[] of CHAR;
VAR outPosixPath :DYNARRAY[] of CHAR) : BOOLEAN;
def vs.ConvertHSF2PosixPath(HSFPath):
    return (BOOLEAN, outPosixPath)

Parameters

HSFPath DYNARRAY[] of CHAR 変更するファイルパス
outPosixPath DYNARRAY[] of CHAR 変更されたファイルパス

Return Value

変更が成功したらTRUEを返します。変更がなかった場合もFALSEを返します。

Version

利用可能バージョン: Vectorworks 2010

See Also

関連関数:

VS:ConvertPosix2HSFPath

関連関数: [[VS:ConvertPosix2HSFPath]]