VS:ConvertPosix2HSFPath/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
(No difference)

Revision as of 14:25, 12 August 2013

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

Description

Macintoshのみ有効


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

FUNCTION ConvertPosix2HSFPath(
PosixPath :DYNARRAY[] of CHAR;
VAR outHSFPath :DYNARRAY[] of CHAR) : BOOLEAN;
def vs.ConvertPosix2HSFPath(PosixPath):
    return (BOOLEAN, outHSFPath)

Parameters

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

Return Value

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

Version

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

See Also

関連関数:

VS:ConvertHSF2PosixPath

関連関数: [[VS:ConvertHSF2PosixPath]]